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

/xnu-2422.115.4/bsd/net/
H A Dradix.h126 int rm_refs; /* # of references to this struct */ member in struct:radix_mask
H A Dradix.c732 m->rm_refs++;
778 if (m->rm_leaf != tt || m->rm_refs > 0) {
787 if (--m->rm_refs >= 0)
892 if (--(m->rm_refs) < 0)

Completed in 21 milliseconds