Home
last modified time | relevance | path

Searched refs:idleruns (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/bsd/netinet/
H A Dtcp_timer.h265 uint32_t idleruns; /* Number of times the list has been idle in fast mode */ member
H A Dtcp_timer.c2244 listp->idleruns = 0; in tcp_run_timerlist()
2255 listp->idleruns < timer_fastmode_idlemax) { in tcp_run_timerlist()
2256 listp->idleruns++; in tcp_run_timerlist()
2260 listp->idleruns = 0; in tcp_run_timerlist()
2400 listp->idleruns = 0; in tcp_sched_timers()
2406 listp->idleruns = 0; in tcp_sched_timers()
2764 listp->idleruns = 0; in tcp_interface_send_probe()
2900 listp->idleruns = 0; in tcp_probe_connectivity()