Home
last modified time | relevance | path

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

/dragonfly/sys/netinet/
HDtcp_timer.c295 tcp_trace(TA_USER, ostate, tp, NULL, NULL, PRU_SLOWTIMO); in tcp_timer_2msl_handler()
366 tcp_trace(TA_USER, ostate, tp, NULL, NULL, PRU_SLOWTIMO); in tcp_timer_keep_handler()
376 tcp_trace(TA_USER, ostate, tp, NULL, NULL, PRU_SLOWTIMO); in tcp_timer_keep_handler()
435 tcp_trace(TA_USER, ostate, tp, NULL, NULL, PRU_SLOWTIMO); in tcp_timer_persist_handler()
665 tcp_trace(TA_USER, ostate, tp, NULL, NULL, PRU_SLOWTIMO); in tcp_timer_rexmt_handler()
HDtcp_debug.c196 if ((req & 0xff) == PRU_SLOWTIMO) in tcp_trace()
/dragonfly/sys/sys/
HDprotosw.h181 #define PRU_SLOWTIMO 20 /* 500ms timeout */ macro
/dragonfly/usr.sbin/trpt/
HDtrpt.c405 if (req == PRU_SLOWTIMO || req == PRU_FASTTIMO) in tcp_trace()