Home
last modified time | relevance | path

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

/linux-6.15/fs/smb/server/
H A Dsmb2pdu.c1126 unsigned int nego_ctxt_off = le32_to_cpu(req->NegotiateContextOffset); in smb2_handle_negotiate() local
1128 if (smb2_buf_len < nego_ctxt_off) { in smb2_handle_negotiate()
1134 if (smb2_neg_size > nego_ctxt_off) { in smb2_handle_negotiate()
1141 nego_ctxt_off) { in smb2_handle_negotiate()