Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/netinet/
H A Dtcp_timer.h266 uint32_t idleruns; /* Number of times the list has been idle in fast mode */ member
H A Dtcp_timer.c2257 listp->idleruns = 0; in tcp_run_timerlist()
2268 listp->idleruns < timer_fastmode_idlemax) { in tcp_run_timerlist()
2269 listp->idleruns++; in tcp_run_timerlist()
2273 listp->idleruns = 0; in tcp_run_timerlist()
2413 listp->idleruns = 0; in tcp_sched_timers()
2419 listp->idleruns = 0; in tcp_sched_timers()
2777 listp->idleruns = 0; in tcp_interface_send_probe()
2913 listp->idleruns = 0; in tcp_probe_connectivity()