Home
last modified time | relevance | path

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

/netbsd-src/sys/netinet/
H A Dtcp_timer.c159 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