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

/freebsd-current/sbin/routed/
H A Dradix.h90 int rm_refs; /* # of references to this struct */ member in struct:radix_mask
H A Dradix.c640 m->rm_refs++;
687 if (m->rm_leaf != tt || m->rm_refs > 0) {
696 if (--m->rm_refs >= 0)
772 if (--(m->rm_refs) < 0)
/freebsd-current/sys/net/
H A Dradix.h97 int rm_refs; /* # of references to this struct */ member in struct:radix_mask
H A Dradix.c751 m->rm_refs++;
799 if (m->rm_leaf != tt || m->rm_refs > 0) {
808 if (--m->rm_refs >= 0)
912 if (--(m->rm_refs) < 0)

Completed in 116 milliseconds