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

/freebsd-13-stable/sbin/routed/
H A Dradix.h94 int rm_refs; /* # of references to this struct */ member in struct:radix_mask
H A Dradix.c647 m->rm_refs++;
694 if (m->rm_leaf != tt || m->rm_refs > 0) {
703 if (--m->rm_refs >= 0)
779 if (--(m->rm_refs) < 0)
/freebsd-13-stable/sys/net/
H A Dradix.h100 int rm_refs; /* # of references to this struct */ member in struct:radix_mask
H A Dradix.c739 m->rm_refs++;
786 if (m->rm_leaf != tt || m->rm_refs > 0) {
795 if (--m->rm_refs >= 0)
899 if (--(m->rm_refs) < 0)

Completed in 163 milliseconds