Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dsmb2misc.c124 if (len < nc_offset + (neg_count * sizeof(struct smb2_neg_context))) { in get_neg_ctxt_len()
H A Dsmb2pdu.c638 - sizeof(struct smb2_neg_context)); in build_compression_ctxt()
656 sizeof(struct smb2_neg_context) + in build_signing_ctxt()
699 return ALIGN(le16_to_cpu(pneg_ctxt->DataLength) + sizeof(struct smb2_neg_context), 8); in build_netname_ctxt()
947 struct smb2_neg_context *pctx; in smb311_decode_neg_context()
964 if (len_of_ctxts < sizeof(struct smb2_neg_context)) in smb311_decode_neg_context()
967 pctx = (struct smb2_neg_context *)(offset + (char *)rsp); in smb311_decode_neg_context()
968 clen = sizeof(struct smb2_neg_context) in smb311_decode_neg_context()
/linux/fs/smb/common/
H A Dsmb2pdu.h462 struct smb2_neg_context { struct
/linux/fs/smb/server/
H A Dsmb2pdu.c812 - sizeof(struct smb2_neg_context)); in build_sign_cap_ctxt()
904 sizeof(struct smb2_neg_context) + MIN_PREAUTH_CTXT_DATA_LEN) in decode_preauth_ctxt()
1018 struct smb2_neg_context *pctx = (struct smb2_neg_context *)req; in deassemble_neg_contexts()
1035 if (len_of_ctxts < (int)sizeof(struct smb2_neg_context)) in deassemble_neg_contexts()
1038 pctx = (struct smb2_neg_context *)((char *)pctx + offset); in deassemble_neg_contexts()
1040 ctxt_len = clen + sizeof(struct smb2_neg_context); in deassemble_neg_contexts()