Home
last modified time | relevance | path

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

/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
/kernel/linux/linux-4.19/fs/cifs/
Dcifspdu.h403 struct smb_hdr { struct
404 __be32 smb_buf_length; /* BB length is only two (rarely three) bytes,
407 __u8 Protocol[4];
408 __u8 Command;
409 union {
435 /* given a pointer to an smb_hdr, retrieve a void pointer to the ByteCount */ argument