Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/net/
H A Dradix.c388 RN_MATCHF(m->rm_leaf, f, w)) { in rn_match_args()
389 return m->rm_leaf; in rn_match_args()
621 m->rm_leaf = tt; in rn_new_radix_mask()
777 mmask = m->rm_leaf->rn_mask; in rn_addroute()
839 if (m->rm_leaf != tt || m->rm_refs > 0) { in rn_delete()
H A Dradix.h136 struct radix_node *rm_leaf; /* for normal routes */ member