Home
last modified time | relevance | path

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

/Linux-v6.1/fs/smbfs_common/
Dsmb2pdu.h576 __le32 NegotiateContextOffset; /* SMB3.1.1 only. MBZ earlier */ member
597 __le32 NegotiateContextOffset; /* Pre:SMB3.1.1 was reserved/ignored */ member
/Linux-v6.1/fs/cifs/
Dsmb2misc.c104 nc_offset = le32_to_cpu(pneg_rsp->NegotiateContextOffset); in get_neg_ctxt_len()
Dsmb2pdu.c561 req->NegotiateContextOffset = cpu_to_le32(*total_len); in assemble_neg_contexts()
731 unsigned int offset = le32_to_cpu(rsp->NegotiateContextOffset); in smb311_decode_neg_context()
/Linux-v6.1/fs/ksmbd/
Dsmb2pdu.c811 le32_to_cpu(rsp->NegotiateContextOffset); in assemble_neg_contexts()
982 int offset = le32_to_cpu(req->NegotiateContextOffset); in deassemble_neg_contexts()
1098 unsigned int nego_ctxt_off = le32_to_cpu(req->NegotiateContextOffset); in smb2_handle_negotiate()
1162 rsp->NegotiateContextOffset = in smb2_handle_negotiate()
1207 le32_to_cpu(rsp->NegotiateContextOffset), in smb2_handle_negotiate()