Home
last modified time | relevance | path

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

/freebsd-13.1/sbin/routed/
H A Dradix.h98 #define rm_leaf rm_rmu.rmu_leaf /* extra field would make 32 bytes */ macro
H A Dradix.c302 return (m->rm_leaf); in rn_match()
507 m->rm_leaf = tt; in rn_new_radix_mask()
638 mmask = m->rm_leaf->rn_mask; in rn_addroute()
694 if (m->rm_leaf != tt || m->rm_refs > 0) { in rn_delete()
/freebsd-13.1/sys/net/
H A Dradix.c359 return (m->rm_leaf); in rn_match()
600 m->rm_leaf = tt; in rn_new_radix_mask()
744 mmask = m->rm_leaf->rn_mask; in rn_addroute()
800 if (m->rm_leaf != tt || m->rm_refs > 0) { in rn_delete()
H A Dradix.h104 #define rm_leaf rm_rmu.rmu_leaf /* extra field would make 32 bytes */ macro