Home
last modified time | relevance | path

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

/freebsd-14.2/sbin/routed/
H A Dradix.h96 #define rm_leaf rm_rmu.rmu_leaf /* extra field would make 32 bytes */ macro
H A Dradix.c297 return (m->rm_leaf); in rn_match()
502 m->rm_leaf = tt; in rn_new_radix_mask()
633 mmask = m->rm_leaf->rn_mask; in rn_addroute()
689 if (m->rm_leaf != tt || m->rm_refs > 0) { in rn_delete()
/freebsd-14.2/sys/net/
H A Dradix.c358 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()
801 if (m->rm_leaf != tt || m->rm_refs > 0) { in rn_delete()
H A Dradix.h103 #define rm_leaf rm_rmu.rmu_leaf /* extra field would make 32 bytes */ macro