Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/cifs/
H A Dsmb2misc.c100 __u32 non_ctxlen) in get_neg_ctxt_len() argument
114 if (nc_offset + 1 < non_ctxlen) { in get_neg_ctxt_len()
117 } else if (nc_offset + 1 == non_ctxlen) { in get_neg_ctxt_len()
120 } else if (non_ctxlen == SMB311_NEGPROT_BASE_SIZE) in get_neg_ctxt_len()
122 size_of_pad_before_neg_ctxts = nc_offset - non_ctxlen + 1; in get_neg_ctxt_len()
124 size_of_pad_before_neg_ctxts = nc_offset - non_ctxlen; in get_neg_ctxt_len()