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.c1119 unsigned int nego_ctxt_off = le32_to_cpu(req->NegotiateContextOffset); in smb2_handle_negotiate() local
1121 if (smb2_buf_len < nego_ctxt_off) { in smb2_handle_negotiate()
1127 if (smb2_neg_size > nego_ctxt_off) { in smb2_handle_negotiate()
1134 nego_ctxt_off) { in smb2_handle_negotiate()