Home
last modified time | relevance | path

Searched refs:rttrash (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.41.6/bsd/net/
H A Droute_private.h437 extern int rttrash;
H A Drtsock.c2401 return SYSCTL_OUT(req, &rttrash, sizeof(rttrash)); in sysctl_rttrash()
H A Droute.c238 int rttrash = 0; /* routes not in table but not freed */ variable
1301 (void) OSDecrementAtomic(&rttrash); in rtfree_common()
2123 (void) OSIncrementAtomic(&rttrash); in rtrequest_common_locked()