Home
last modified time | relevance | path

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

/linux/fs/cifs/
A Dsmb2pdu.c431 - sizeof(struct smb2_neg_context)); in build_compression_ctxt()
450 sizeof(struct smb2_neg_context) + in build_signing_ctxt()
494 sizeof(struct smb2_neg_context), 8) * 8; in build_netname_ctxt()
703 struct smb2_neg_context *pctx; in smb311_decode_neg_context()
723 if (len_of_ctxts < sizeof(struct smb2_neg_context)) in smb311_decode_neg_context()
726 pctx = (struct smb2_neg_context *)(offset + (char *)rsp); in smb311_decode_neg_context()
753 offset += clen + sizeof(struct smb2_neg_context); in smb311_decode_neg_context()
A Dsmb2misc.c122 if (len < nc_offset + (neg_count * sizeof(struct smb2_neg_context))) { in get_neg_ctxt_len()
/linux/fs/smbfs_common/
A Dsmb2pdu.h368 struct smb2_neg_context { struct
/linux/fs/ksmbd/
A Dsmb2pdu.c760 - sizeof(struct smb2_neg_context)); in build_compression_ctxt()
773 - sizeof(struct smb2_neg_context)); in build_sign_cap_ctxt()
976 struct smb2_neg_context *pctx = (struct smb2_neg_context *)req; in deassemble_neg_contexts()
997 if (len_of_ctxts < sizeof(struct smb2_neg_context)) in deassemble_neg_contexts()
1000 pctx = (struct smb2_neg_context *)((char *)pctx + offset); in deassemble_neg_contexts()
1002 if (clen + sizeof(struct smb2_neg_context) > len_of_ctxts) in deassemble_neg_contexts()
1049 offset = clen + sizeof(struct smb2_neg_context); in deassemble_neg_contexts()
1050 len_of_ctxts -= clen + sizeof(struct smb2_neg_context); in deassemble_neg_contexts()

Completed in 31 milliseconds