Home
last modified time | relevance | path

Searched defs:smb_hdr (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/fs/smb/server/
Dsmb_common.h170 struct smb_hdr { struct
171 __be32 smb_buf_length;
172 __u8 Protocol[4];
173 __u8 Command;
174 union {
201 struct smb_hdr hdr; /* wct = 0 */ argument
/kernel/linux/linux-6.6/fs/smb/client/
Dcifspdu.h380 struct smb_hdr { struct
381 __be32 smb_buf_length; /* BB length is only two (rarely three) bytes,
384 __u8 Protocol[4];
385 __u8 Command;
386 union {
412 /* given a pointer to an smb_hdr, retrieve a void pointer to the ByteCount */ argument
/kernel/linux/linux-5.10/fs/cifs/
Dcifspdu.h408 struct smb_hdr { struct
409 __be32 smb_buf_length; /* BB length is only two (rarely three) bytes,
412 __u8 Protocol[4];
413 __u8 Command;
414 union {
440 /* given a pointer to an smb_hdr, retrieve a void pointer to the ByteCount */ argument