Searched refs:ss_tid (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/netsmb/
H A Dsmb_conn.c778 ssp->ss_tid = SMB_TID_UNKNOWN;
878 ssp->ss_tid = SMB_TID_UNKNOWN;
884 return ssp->ss_tid != SMB_TID_UNKNOWN &&
907 sip->tid = ssp->ss_tid;
H A Dsmb_smb.c518 ssp->ss_tid = SMB_TID_UNKNOWN;
578 ssp->ss_tid = rqp->sr_rptid;
608 if (ssp->ss_tid == SMB_TID_UNKNOWN)
621 ssp->ss_tid = SMB_TID_UNKNOWN;
H A Dsmb_conn.h298 u_short ss_tid; /* TID */ member in struct:smb_share
H A Dsmb_iod.c241 le16enc(rqp->sr_rqtid, ssp ? ssp->ss_tid : SMB_TID_UNKNOWN);

Completed in 78 milliseconds