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

/darwin-on-arm/xnu/bsd/net/
H A Droute.h484 __private_extern__ int rttrash; variable
H A Droute.c218 int rttrash = 0; /* routes not in table but not freed */ variable
1057 * so it is represented in rttrash; remove that now.
1059 (void) OSDecrementAtomic(&rttrash);
1746 (void) OSIncrementAtomic(&rttrash);
H A Drtsock.c1849 error = SYSCTL_OUT(req, &rttrash, sizeof(rttrash));

Completed in 76 milliseconds