Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dradix.h101 int rm_refs; /* # of references to this struct */ member
H A Dradix.c695 m->rm_refs++; in rn_addroute()
747 if (m->rm_leaf != tt || m->rm_refs > 0) { in rn_delete()
764 if (--m->rm_refs >= 0) in rn_delete()
874 if (--(m->rm_refs) < 0) in rn_delete()
/illumos-gate/usr/src/common/net/patricia/
H A Dradix.c871 m->rm_refs++;
919 if (m->rm_leaf != tt || m->rm_refs > 0) {
939 if (--m->rm_refs >= 0)
1044 if (--(m->rm_refs) < 0)
/illumos-gate/usr/src/uts/common/net/
H A Dradix.h102 int rm_refs; /* # of references to this struct */ member
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dradix_ipf.h107 int rm_refs; /* # of references to this struct */ member