Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/net/
H A Droute.h588 extern int rttrash;
H A Drtsock.c2143 return SYSCTL_OUT(req, &rttrash, sizeof(rttrash)); in sysctl_rttrash()
H A Droute.c230 int rttrash = 0; /* routes not in table but not freed */ variable
1241 (void) OSDecrementAtomic(&rttrash); in rtfree_common()
2058 (void) OSIncrementAtomic(&rttrash); in rtrequest_common_locked()