Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dradix.c81 static int rn_satisfies_leaf(char *trial, struct radix_node *leaf,
253 rn_satisfies_leaf(char *trial, struct radix_node *leaf, int skip) in rn_satisfies_leaf() function
342 } else if (rn_satisfies_leaf(v, t, matched_off)) in rn_match()
365 if (x && rn_satisfies_leaf(v, x, off)) in rn_match()