Searched refs:tcp_slowtimo_ch (Results 1 – 1 of 1) sorted by relevance
152 static callout_t tcp_slowtimo_ch; variable216 callout_init(&tcp_slowtimo_ch, CALLOUT_MPSAFE); in tcp_slowtimo_init()217 callout_reset(&tcp_slowtimo_ch, 1, tcp_slowtimo, NULL); in tcp_slowtimo_init()265 callout_schedule(&tcp_slowtimo_ch, hz / PR_SLOWHZ); in tcp_slowtimo_work()