Searched refs:PRU_SLOWTIMO (Results 1 – 4 of 4) sorted by relevance
| /dragonfly/sys/netinet/ |
| HD | tcp_timer.c | 295 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()
|
| HD | tcp_debug.c | 196 if ((req & 0xff) == PRU_SLOWTIMO) in tcp_trace()
|
| /dragonfly/sys/sys/ |
| HD | protosw.h | 181 #define PRU_SLOWTIMO 20 /* 500ms timeout */ macro
|
| /dragonfly/usr.sbin/trpt/ |
| HD | trpt.c | 405 if (req == PRU_SLOWTIMO || req == PRU_FASTTIMO) in tcp_trace()
|