Home
last modified time | relevance | path

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

/Linux-v5.15/fs/cifs/
Dsmb2pdu.h284 __le32 NegotiateContextOffset; /* SMB3.1.1 only. MBZ earlier */ member
489 __le32 NegotiateContextOffset; /* Pre:SMB3.1.1 was reserved/ignored */ member
Dsmb2misc.c104 nc_offset = le32_to_cpu(pneg_rsp->NegotiateContextOffset); in get_neg_ctxt_len()
Dsmb2pdu.c538 req->NegotiateContextOffset = cpu_to_le32(*total_len); in assemble_neg_contexts()
701 unsigned int offset = le32_to_cpu(rsp->NegotiateContextOffset); in smb311_decode_neg_context()
/Linux-v5.15/fs/ksmbd/
Dsmb2pdu.h221 __le32 NegotiateContextOffset; /* SMB3.1.1 only. MBZ earlier */ member
366 __le32 NegotiateContextOffset; /* Pre:SMB3.1.1 was reserved/ignored */ member
Dsmb2pdu.c809 le32_to_cpu(rsp->NegotiateContextOffset) + 4; in assemble_neg_contexts()
960 int offset = le32_to_cpu(req->NegotiateContextOffset); in deassemble_neg_contexts()
1077 unsigned int nego_ctxt_off = le32_to_cpu(req->NegotiateContextOffset); in smb2_handle_negotiate()
1136 rsp->NegotiateContextOffset = in smb2_handle_negotiate()
1181 le32_to_cpu(rsp->NegotiateContextOffset), in smb2_handle_negotiate()