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.c639 - sizeof(struct smb2_neg_context)); in build_compression_ctxt()
657 sizeof(struct smb2_neg_context) + in build_signing_ctxt()
700 return ALIGN(le16_to_cpu(pneg_ctxt->DataLength) + sizeof(struct smb2_neg_context), 8); in build_netname_ctxt()
948 struct smb2_neg_context *pctx; in smb311_decode_neg_context()
965 if (len_of_ctxts < sizeof(struct smb2_neg_context)) in smb311_decode_neg_context()
968 pctx = (struct smb2_neg_context *)(offset + (char *)rsp); in smb311_decode_neg_context()
969 clen = sizeof(struct smb2_neg_context) in smb311_decode_neg_context()
/linux/fs/smb/server/
H A Dsmb2pdu.c813 - sizeof(struct smb2_neg_context)); in build_sign_cap_ctxt()
905 sizeof(struct smb2_neg_context) + MIN_PREAUTH_CTXT_DATA_LEN) in decode_preauth_ctxt()
1019 struct smb2_neg_context *pctx = (struct smb2_neg_context *)req; in deassemble_neg_contexts()
1036 if (len_of_ctxts < (int)sizeof(struct smb2_neg_context)) in deassemble_neg_contexts()
1039 pctx = (struct smb2_neg_context *)((char *)pctx + offset); in deassemble_neg_contexts()
1041 ctxt_len = clen + sizeof(struct smb2_neg_context); in deassemble_neg_contexts()
/linux/fs/smb/common/
H A Dsmb2pdu.h462 struct smb2_neg_context { struct