Home
last modified time | relevance | path

Searched refs:nego_ctxt_off (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/smb/server/
H A Dsmb2pdu.c1108 unsigned int nego_ctxt_off = le32_to_cpu(req->NegotiateContextOffset); in smb2_handle_negotiate() local
1110 if (smb2_buf_len < nego_ctxt_off) { in smb2_handle_negotiate()
1116 if (smb2_neg_size > nego_ctxt_off) { in smb2_handle_negotiate()
1123 nego_ctxt_off) { in smb2_handle_negotiate()