Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/ksmbd/
A Dsmb_common.h163 struct smb_hdr { struct
164 __be32 smb_buf_length;
165 __u8 Protocol[4];
166 __u8 Command;
167 union {
194 struct smb_hdr hdr; /* wct = 0 */ argument
/linux-6.3-rc2/fs/cifs/
A 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

Completed in 21 milliseconds