Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dsmb2pdu.c638 - sizeof(struct smb2_neg_context)); in build_compression_ctxt()
662 sizeof(struct smb2_neg_context) + in build_signing_ctxt()
705 return ALIGN(le16_to_cpu(pneg_ctxt->DataLength) + sizeof(struct smb2_neg_context), 8); in build_netname_ctxt()
973 struct smb2_neg_context *pctx; in smb311_decode_neg_context()
990 if (len_of_ctxts < sizeof(struct smb2_neg_context)) in smb311_decode_neg_context()
993 pctx = (struct smb2_neg_context *)(offset + (char *)rsp); in smb311_decode_neg_context()
994 clen = sizeof(struct smb2_neg_context) in smb311_decode_neg_context()
H A Dsmb2misc.c127 if (len < nc_offset + (neg_count * sizeof(struct smb2_neg_context))) { in get_neg_ctxt_len()
/linux/fs/smb/common/
H A Dsmb2pdu.h462 struct smb2_neg_context { struct