Searched refs:smb_soshutdown (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_net.c50 * smb_soshutdown: Disconnect a socket created with smb_socreate
74 * smb_soshutdown will disconnect the socket and prevent subsequent PDU
77 * smb_sorecv/smb_iov_sorecv will return so smb_soshutdown can be used
81 smb_soshutdown(ksocket_t so) function
88 * created with smb_socreate. The socket must be shutdown using smb_soshutdown
H A Dsmb_session.c504 smb_soshutdown(session->sock);
532 smb_soshutdown(session->sock);
H A Dsmb_server.c1588 smb_soshutdown(ld->ld_so);
2318 smb_soshutdown(s_so);
H A Dsmb2_dispatch.c772 smb_soshutdown(session->sock);
H A Dsmb_dispatch.c871 smb_soshutdown(session->sock);
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_kproto.h431 void smb_soshutdown(ksocket_t so);

Completed in 95 milliseconds