Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dradix.c281 int off = t->rn_offset, vlen = LEN(cp), matched_off; in rn_match() local
325 matched_off = cp - v; in rn_match()
326 b += matched_off << 3; in rn_match()
342 } else if (rn_satisfies_leaf(v, t, matched_off)) in rn_match()
361 off = min(t->rn_offset, matched_off); in rn_match()