Home
last modified time | relevance | path

Searched refs:NegotiateContextCount (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/fs/cifs/
H A Dsmb2pdu.h287 __le16 NegotiateContextCount; /* SMB3.1.1 only. MBZ earlier */ member
456 __le16 NegotiateContextCount; /* Prior to SMB3.1.1 was Reserved & MBZ */ member
H A Dsmb2misc.c107 neg_count = le16_to_cpu(pneg_rsp->NegotiateContextCount); in get_neg_ctxt_len()
H A Dsmb2pdu.c556 req->NegotiateContextCount = cpu_to_le16(5); in assemble_neg_contexts()
558 req->NegotiateContextCount = cpu_to_le16(4); in assemble_neg_contexts()
661 unsigned int ctxt_cnt = le16_to_cpu(rsp->NegotiateContextCount); in smb311_decode_neg_context()
995 if (rsp->NegotiateContextCount) in SMB2_negotiate()
/kernel/linux/linux-6.6/fs/smb/common/
H A Dsmb2pdu.h600 __le16 NegotiateContextCount; /* SMB3.1.1 only. MBZ earlier */ member
610 __le16 NegotiateContextCount; /* Prior to SMB3.1.1 was Reserved & MBZ */ member
/kernel/linux/linux-6.6/fs/smb/client/
H A Dsmb2misc.c94 neg_count = le16_to_cpu(pneg_rsp->NegotiateContextCount); in get_neg_ctxt_len()
H A Dsmb2pdu.c752 req->NegotiateContextCount = cpu_to_le16(neg_context_count); in assemble_neg_contexts()
891 unsigned int ctxt_cnt = le16_to_cpu(rsp->NegotiateContextCount); in smb311_decode_neg_context()
1235 if (rsp->NegotiateContextCount) in SMB2_negotiate()
/kernel/linux/linux-6.6/fs/smb/server/
H A Dsmb2pdu.c884 rsp->NegotiateContextCount = cpu_to_le16(neg_ctxt_cnt); in assemble_neg_contexts()
1014 unsigned int neg_ctxt_cnt = le16_to_cpu(req->NegotiateContextCount); in deassemble_neg_contexts()
1238 le16_to_cpu(rsp->NegotiateContextCount)); in smb2_handle_negotiate()

Completed in 33 milliseconds