HomeSort by: relevance | last modified time | path
    Searched defs:tcp_slowtimo (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/netinet/
tcp_timer.c 159 static void tcp_slowtimo(void *);
211 error = workqueue_create(&tcp_slowtimo_wq, "tcp_slowtimo",
217 callout_reset(&tcp_slowtimo_ch, 1, tcp_slowtimo, NULL);
269 tcp_slowtimo(void *arg) function in typeref:typename:void

Completed in 13 milliseconds