Lines Matching defs:smb
114 /* associated with each tcp and smb session */
151 struct sdesc *sdescmd5; /* ctxt to generate cifs/smb signature */
159 /* per smb session structure/fields */
161 bool sesskey_per_smbsess; /* whether session key is per smb session */
251 /* map smb to linux error */
277 /* setup smb sessionn */
280 /* close smb session */
721 unsigned int capabilities; /* selective disabling of caps by smb sess */
876 get_mid(const struct smb_hdr *smb)
878 return le16_to_cpu(smb->Mid);
882 compare_mid(__u16 mid, const struct smb_hdr *smb)
884 return mid == le16_to_cpu(smb->Mid);
928 * https://blogs.msdn.com/b/openspecification/archive/2009/04/10/smb-maximum-transmit-buffer-size-and-performance-tuning.aspx
990 __u64 Suid; /* remote smb uid */
1602 unsigned long when_sent; /* time when smb send finished */
1614 __le16 command; /* smb command code */
1883 * sesSem operations on smb session
1905 * This lock protects the cifs_tcp_ses_list, the list of smb sessions per
1906 * tcp session, and the list of tcon's per smb session. It also protects
1907 * the reference counters for the server, smb session, and tcon. It also
1955 extern unsigned int sign_CIFS_PDUs; /* enable smb packet signing */