Home
last modified time | relevance | path

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

/xnu-10063.141.1/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.c2267 listp->idleruns = 0; in tcp_run_timerlist()
2278 listp->idleruns < timer_fastmode_idlemax) { in tcp_run_timerlist()
2279 listp->idleruns++; in tcp_run_timerlist()
2283 listp->idleruns = 0; in tcp_run_timerlist()
2423 listp->idleruns = 0; in tcp_sched_timers()
2429 listp->idleruns = 0; in tcp_sched_timers()
2787 listp->idleruns = 0; in tcp_interface_send_probe()
2923 listp->idleruns = 0; in tcp_probe_connectivity()