Lines Matching defs:smb
81 /* smb multichannel query server interfaces interval in seconds */
123 /* associated with each smb session */
168 /* per smb session structure/fields */
170 bool sesskey_per_smbsess; /* whether session key is per smb session */
296 /* map smb to linux error */
324 /* setup smb sessionn */
328 /* close smb session */
706 unsigned int capabilities; /* selective disabling of caps by smb sess */
911 get_mid(const struct smb_hdr *smb)
913 return le16_to_cpu(smb->Mid);
917 compare_mid(__u16 mid, const struct smb_hdr *smb)
919 return mid == le16_to_cpu(smb->Mid);
957 * https://blogs.msdn.com/b/openspecification/archive/2009/04/10/smb-maximum-transmit-buffer-size-and-performance-tuning.aspx
1040 __u64 Suid; /* remote smb uid */
1103 * under this smb session needs to be reconnected.
1675 unsigned long when_sent; /* time when smb send finished */
1687 __le16 command; /* smb command code */
2009 * This lock protects the cifs_tcp_ses_list, the list of smb sessions per
2010 * tcp session, and the list of tcon's per smb session. It also protects
2011 * the reference counters for the server, smb session, and tcon.
2050 extern unsigned int sign_CIFS_PDUs; /* enable smb packet signing */