Searched refs:TA_TIMER (Results 1 – 4 of 4) sorted by relevance
/openbsd/sys/netinet/ |
H A D | tcp_timer.c | 143 tcp_trace(TA_TIMER, ostate, tp, otp, NULL, TCPT_DELACK, 0); in tcp_timer_delack() 390 tcp_trace(TA_TIMER, ostate, tp, otp, NULL, TCPT_REXMT, 0); in tcp_timer_rexmt() 439 tcp_trace(TA_TIMER, ostate, tp, otp, NULL, TCPT_PERSIST, 0); in tcp_timer_persist() 499 tcp_trace(TA_TIMER, ostate, tp, otp, NULL, TCPT_KEEP, 0); in tcp_timer_keep() 531 tcp_trace(TA_TIMER, ostate, tp, otp, NULL, TCPT_2MSL, 0); in tcp_timer_2msl()
|
H A D | tcp_debug.h | 96 #define TA_TIMER 5 macro
|
H A D | tcp_debug.c | 234 case TA_TIMER: in tcp_trace()
|
/openbsd/usr.sbin/trpt/ |
H A D | trpt.c | 380 case TA_TIMER: in tcp_trace()
|