Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/net/
H A Dradix.c397 RN_MATCHF(m->rm_leaf, f, w)) { in rn_match_args()
398 return m->rm_leaf; in rn_match_args()
630 m->rm_leaf = tt; in rn_new_radix_mask()
789 mmask = rn_get_mask(m->rm_leaf); in rn_addroute()
851 if (m->rm_leaf != tt || m->rm_refs > 0) { in rn_delete()
H A Dradix.h166 struct radix_node *rm_leaf; /* for normal routes */ member