Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dsmb2misc.c87 __u32 non_ctxlen) in get_neg_ctxt_len() argument
110 if (nc_offset + 1 < non_ctxlen) { in get_neg_ctxt_len()
113 } else if (nc_offset + 1 == non_ctxlen) { in get_neg_ctxt_len()
116 } else if (non_ctxlen == SMB311_NEGPROT_BASE_SIZE + 1) in get_neg_ctxt_len()
118 size_of_pad_before_neg_ctxts = nc_offset - non_ctxlen + 1; in get_neg_ctxt_len()
120 size_of_pad_before_neg_ctxts = nc_offset - non_ctxlen; in get_neg_ctxt_len()