Searched refs:tcp_slowtimo (Results 1 – 1 of 1) sorted by relevance
159 static void tcp_slowtimo(void *);217 callout_reset(&tcp_slowtimo_ch, 1, tcp_slowtimo, NULL); in tcp_slowtimo_init()269 tcp_slowtimo(void *arg) in tcp_slowtimo() function