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.h103 int rm_refs; /* # of references to this struct */ member in struct:radix_mask
H A Dradix.c697 m->rm_refs++;
749 if (m->rm_leaf != tt || m->rm_refs > 0) {
766 if (--m->rm_refs >= 0)
876 if (--(m->rm_refs) < 0)
/illumos-gate/usr/src/uts/common/net/
H A Dradix.h104 int rm_refs; /* # of references to this struct */ member in struct:radix_mask
/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/inet/ipf/
H A Dradix_ipf.h109 int rm_refs; /* # of references to this struct */ member in struct:radix_mask

Completed in 62 milliseconds