Home
last modified time | relevance | path

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

/xnu-8792.41.9/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.c2248 listp->idleruns = 0; in tcp_run_timerlist()
2259 listp->idleruns < timer_fastmode_idlemax) { in tcp_run_timerlist()
2260 listp->idleruns++; in tcp_run_timerlist()
2264 listp->idleruns = 0; in tcp_run_timerlist()
2404 listp->idleruns = 0; in tcp_sched_timers()
2410 listp->idleruns = 0; in tcp_sched_timers()
2768 listp->idleruns = 0; in tcp_interface_send_probe()
2904 listp->idleruns = 0; in tcp_probe_connectivity()