Home
last modified time | relevance | path

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

/Linux-v5.15/fs/ksmbd/
Dsmb_common.h210 struct smb_hdr { struct
211 __be32 smb_buf_length;
212 __u8 Protocol[4];
213 __u8 Command;
214 union {
241 struct smb_hdr hdr; /* wct = 0 */ argument
/Linux-v5.15/fs/cifs/
Dcifspdu.h392 struct smb_hdr { struct
393 __be32 smb_buf_length; /* BB length is only two (rarely three) bytes,
396 __u8 Protocol[4];
397 __u8 Command;
398 union {
424 /* given a pointer to an smb_hdr, retrieve a void pointer to the ByteCount */ argument