Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/cifs/
H A Dsmb2misc.c127 if (len < nc_offset + (neg_count * sizeof(struct smb2_neg_context))) { in get_neg_ctxt_len()
H A Dsmb2pdu.c444 - sizeof(struct smb2_neg_context)); in build_compression_ctxt()
484 sizeof(struct smb2_neg_context), 8) * 8; in build_netname_ctxt()
654 struct smb2_neg_context *pctx; in smb311_decode_neg_context()
674 if (len_of_ctxts < sizeof(struct smb2_neg_context)) in smb311_decode_neg_context()
677 pctx = (struct smb2_neg_context *)(offset + (char *)rsp); in smb311_decode_neg_context()
701 offset += clen + sizeof(struct smb2_neg_context); in smb311_decode_neg_context()
H A Dsmb2pdu.h329 struct smb2_neg_context { struct