Home
last modified time | relevance | path

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

/xnu-8796.141.3/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.c2249 listp->idleruns = 0; in tcp_run_timerlist()
2260 listp->idleruns < timer_fastmode_idlemax) { in tcp_run_timerlist()
2261 listp->idleruns++; in tcp_run_timerlist()
2265 listp->idleruns = 0; in tcp_run_timerlist()
2405 listp->idleruns = 0; in tcp_sched_timers()
2411 listp->idleruns = 0; in tcp_sched_timers()
2769 listp->idleruns = 0; in tcp_interface_send_probe()
2905 listp->idleruns = 0; in tcp_probe_connectivity()