Searched defs:smb2_hdr (Results 1 – 2 of 2) sorted by relevance
135 struct smb2_hdr *smb2_hdr = work->request_buf + work->next_smb2_rcv_hdr_off; in ksmbd_verify_smb_message() local452 struct smb2_hdr *smb2_hdr = work->request_buf; in ksmbd_smb_negotiate_common() local
132 struct smb2_hdr { struct133 __be32 smb2_buf_length; /* big endian on wire */159 struct smb2_hdr hdr; argument