Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dradix.h105 #define rm_leaf rm_rmu.rmu_leaf /* extra field would make 32 bytes */ macro
H A Dradix.c308 return (m->rm_leaf); in rn_match()
533 m->rm_leaf = tt; in rn_new_radix_mask()
681 mmask = m->rm_leaf->rn_mask; in rn_addroute()
747 if (m->rm_leaf != tt || m->rm_refs > 0) { in rn_delete()
/illumos-gate/usr/src/common/net/patricia/
H A Dradix.c426 RN_MATCHF(m->rm_leaf, rn_leaf_fn,
428 return (m->rm_leaf);
679 m->rm_leaf = tt;
857 mmask = m->rm_leaf->rn_mask;
919 if (m->rm_leaf != tt || m->rm_refs > 0) {
/illumos-gate/usr/src/uts/common/net/
H A Dradix.h106 #define rm_leaf rm_rmu.rmu_leaf /* extra field would make 32 bytes */ macro
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dradix_ipf.h111 #define rm_leaf rm_rmu.rmu_leaf /* extra field would make 32 bytes */ macro