Home
last modified time | relevance | path

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

/fs/cifs/
Dcifspdu.h398 struct smb_hdr { struct
399 __be32 smb_buf_length; /* BB length is only two (rarely three) bytes,
402 __u8 Protocol[4];
403 __u8 Command;
404 union {
430 /* given a pointer to an smb_hdr, retrieve a void pointer to the ByteCount */ argument