Home
last modified time | relevance | path

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

/xnu-10002.1.13/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.c2266 listp->idleruns = 0; in tcp_run_timerlist()
2277 listp->idleruns < timer_fastmode_idlemax) { in tcp_run_timerlist()
2278 listp->idleruns++; in tcp_run_timerlist()
2282 listp->idleruns = 0; in tcp_run_timerlist()
2422 listp->idleruns = 0; in tcp_sched_timers()
2428 listp->idleruns = 0; in tcp_sched_timers()
2786 listp->idleruns = 0; in tcp_interface_send_probe()
2922 listp->idleruns = 0; in tcp_probe_connectivity()