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

/freebsd-current/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);
500 m->rm_leaf = tt;
631 mmask = m->rm_leaf->rn_mask;
687 if (m->rm_leaf != tt || m->rm_refs > 0) {
/freebsd-current/sys/net/
H A Dradix.h101 #define rm_leaf rm_rmu.rmu_leaf /* extra field would make 32 bytes */ macro
H A Dradix.c356 return (m->rm_leaf);
598 m->rm_leaf = tt;
742 mmask = m->rm_leaf->rn_mask;
799 if (m->rm_leaf != tt || m->rm_refs > 0) {

Completed in 113 milliseconds