Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/net/
H A Droute_private.h435 extern int rttrash;
H A Drtsock.c2396 return SYSCTL_OUT(req, &rttrash, sizeof(rttrash)); in sysctl_rttrash()
H A Droute.c233 int rttrash = 0; /* routes not in table but not freed */ variable
1300 (void) OSDecrementAtomic(&rttrash); in rtfree_common()
2122 (void) OSIncrementAtomic(&rttrash); in rtrequest_common_locked()