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

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_timer.c183 int timer_fastmode_idlemax = TCP_FASTMODE_IDLEGEN_MAX; variable
184 SYSCTL_INT(_net_inet_tcp, OID_AUTO, timer_fastmode_idlemax, CTLFLAG_RW | CTLFLAG_LOCKED,
185 &timer_fastmode_idlemax, 0, "Maximum idle generations in fast mode");
1194 if (listp->idlegen > timer_fastmode_idlemax) {

Completed in 12 milliseconds