Home
last modified time | relevance | path

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

/freebsd/sbin/routed/
H A Dradix.h94 #define rm_leaf rm_rmu.rmu_leaf /* extra field would make 32 bytes */ macro
H A Dradix.c295 return (m->rm_leaf); in rn_match()
500 m->rm_leaf = tt; in rn_new_radix_mask()
631 mmask = m->rm_leaf->rn_mask; in rn_addroute()
687 if (m->rm_leaf != tt || m->rm_refs > 0) { in rn_delete()
/freebsd/sys/net/
H A Dradix.c356 return (m->rm_leaf); in rn_match()
598 m->rm_leaf = tt; in rn_new_radix_mask()
742 mmask = m->rm_leaf->rn_mask; in rn_addroute()
799 if (m->rm_leaf != tt || m->rm_refs > 0) { in rn_delete()
H A Dradix.h101 #define rm_leaf rm_rmu.rmu_leaf /* extra field would make 32 bytes */ macro