Home
last modified time | relevance | path

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

/linux/fs/cifs/
A Dsmb2misc.c86 __u32 non_ctxlen) in get_neg_ctxt_len() argument
109 if (nc_offset + 1 < non_ctxlen) { in get_neg_ctxt_len()
112 } else if (nc_offset + 1 == non_ctxlen) { in get_neg_ctxt_len()
115 } else if (non_ctxlen == SMB311_NEGPROT_BASE_SIZE) in get_neg_ctxt_len()
117 size_of_pad_before_neg_ctxts = nc_offset - non_ctxlen + 1; in get_neg_ctxt_len()
119 size_of_pad_before_neg_ctxts = nc_offset - non_ctxlen; in get_neg_ctxt_len()

Completed in 4 milliseconds