Searched refs:t2_flags (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_rq.c558 t2p->t2_flags |= SMBT2_ALLOCED;
642 if (t2p->t2_flags & SMBT2_ALLOCED)
691 t2p->t2_flags &= ~SMBT2_MOREDATA;
695 t2p->t2_flags |= SMBT2_MOREDATA;
785 t2p->t2_flags |= SMBT2_ALLRECV;
796 t2p->t2_flags |= SMBT2_MOREDATA;
1142 if (error && !(t2p->t2_flags & SMBT2_MOREDATA))
1155 if (error && !(t2p->t2_flags & SMBT2_MOREDATA)) {
1157 t2p->t2_flags |= SMBT2_RESTART;
1387 t2p->t2_flags
[all...]
H A Dsmb_rq.h135 int t2_flags; /* SMBT2_ */ member in struct:smb_t2rq

Completed in 79 milliseconds