Home
last modified time | relevance | path

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

/linux/fs/smb/server/
H A Dsmb_common.c261 int smb_buf_length = get_rfc1002_len(buf); in ksmbd_negotiate_smb_dialect() local
H A Dsmb_common.h171 __be32 smb_buf_length; member
/linux/fs/smb/client/
H A Dmisc.c535 dump_smb(void *buf, int smb_buf_length) in dump_smb()