smb_vc_t
const smb_vc_t *vcp = data;
smb_vc_t *vcp;
addr += OFFSETOF(smb_vc_t, iod_rqlist);
smb_vc_t *vcp;
smb_vc_t vc;
smb2_sign_init(smb_vc_t *vcp)
smb_vc_t *vcp = CPTOVC(co);
smb_vc_create(smbioc_ossn_t *ossn, smb_cred_t *scred, smb_vc_t **vcpp)
smb_vc_findcreate(smbioc_ossn_t *ossn, smb_cred_t *scred, smb_vc_t **vcpp)
smb_vc_t *vcp = SSTOVC(ssp);
smb_vc_t *vcp = SSTOVC(ssp);
int smb_iod_create(smb_vc_t *vcp);
int smb_iod_destroy(smb_vc_t *vcp);
void smb_iod_disconnect(smb_vc_t *vcp);
void smb_iod_sendall(smb_vc_t *);
int smb_iod_recvall(smb_vc_t *, boolean_t);
int nsmb_iod_connect(smb_vc_t *vcp, cred_t *cr);
int nsmb_iod_negotiate(smb_vc_t *vcp, cred_t *cr);
int nsmb_iod_ssnsetup(smb_vc_t *vcp, cred_t *cr);
int smb_iod_vc_work(smb_vc_t *, int, cred_t *);
int smb_iod_vc_idle(smb_vc_t *);
int smb_iod_vc_rcfail(smb_vc_t *);
int smb_iod_reconnect(smb_vc_t *);
void smb_vc_hold(smb_vc_t *vcp);
void smb_vc_rele(smb_vc_t *vcp);
void smb_vc_kill(smb_vc_t *vcp);
int smb_vc_findcreate(smbioc_ossn_t *, smb_cred_t *, smb_vc_t **);
int smb_vc_create(smbioc_ossn_t *ossn, smb_cred_t *scred, smb_vc_t **vcpp);
const char *smb_vc_getpass(smb_vc_t *vcp);
uint16_t smb_vc_nextmid(smb_vc_t *vcp);
void *smb_vc_getipaddr(smb_vc_t *vcp, int *ipvers);
int smb_share_findcreate(smbioc_tcon_t *, smb_vc_t *,
smb1_iod_process(smb_vc_t *vcp, mblk_t *m)
smb2_iod_process(smb_vc_t *vcp, mblk_t *m)
static int smb1_iod_process(smb_vc_t *, mblk_t *);
static int smb2_iod_process(smb_vc_t *, mblk_t *);
static int smb_iod_send_echo(smb_vc_t *, cred_t *cr);
smb_iod_send_echo(smb_vc_t *vcp, cred_t *cr)
smb_iod_muxwait(smb_vc_t *vcp, boolean_t sig_ok)
smb_sign_init(smb_vc_t *vcp)
int smb_smb_echo(smb_vc_t *vcp, smb_cred_t *scred, int timo);
int smb2_smb_echo(smb_vc_t *vcp, smb_cred_t *scred, int timo);
smb_vc_t *vcp = SSTOVC(ssp);