Home
last modified time | relevance | path

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

/fs/smb/common/
A Dsmb2pdu.h613 __le32 NegotiateContextOffset; /* SMB3.1.1 only. MBZ earlier */ member
634 __le32 NegotiateContextOffset; /* Pre:SMB3.1.1 was reserved/ignored */ member
/fs/smb/client/
A Dsmb2misc.c104 nc_offset = le32_to_cpu(pneg_rsp->NegotiateContextOffset); in get_neg_ctxt_len()
A Dsmb2pdu.c715 req->NegotiateContextOffset = cpu_to_le32(*total_len); in assemble_neg_contexts()
915 unsigned int offset = le32_to_cpu(rsp->NegotiateContextOffset); in smb311_decode_neg_context()
/fs/smb/server/
A Dsmb2pdu.c835 le32_to_cpu(rsp->NegotiateContextOffset); in assemble_neg_contexts()
1010 unsigned int offset = le32_to_cpu(req->NegotiateContextOffset); in deassemble_neg_contexts()
1126 unsigned int nego_ctxt_off = le32_to_cpu(req->NegotiateContextOffset); in smb2_handle_negotiate()
1190 rsp->NegotiateContextOffset = in smb2_handle_negotiate()
1235 le32_to_cpu(rsp->NegotiateContextOffset), in smb2_handle_negotiate()

Completed in 35 milliseconds