Searched refs:TCP_TIMER_DISARM (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/sys/netinet/ |
| D | tcp_timer.h | 162 #define TCP_TIMER_DISARM(tp, timer) \ macro
|
| D | tcp_congctl.c | 484 TCP_TIMER_DISARM(tp, TCPT_REXMT); in tcp_reno_do_fast_retransmit() 704 TCP_TIMER_DISARM(tp, TCPT_REXMT); in tcp_newreno_fast_retransmit_newack()
|
| D | tcp_output.c | 767 TCP_TIMER_DISARM(tp, TCPT_PERSIST); in tcp_output() 839 TCP_TIMER_DISARM(tp, TCPT_REXMT); in tcp_output() 1503 TCP_TIMER_DISARM(tp, TCPT_PERSIST); in tcp_output()
|
| D | tcp_timer.c | 288 TCP_TIMER_DISARM(tp, i); in tcp_canceltimers()
|
| D | tcp_input.c | 1896 TCP_TIMER_DISARM(tp, TCPT_REXMT); in tcp_input() 2078 TCP_TIMER_DISARM(tp, TCPT_REXMT); in tcp_input() 2558 TCP_TIMER_DISARM(tp, TCPT_REXMT); in tcp_input()
|
| D | tcp_usrreq.c | 179 TCP_TIMER_DISARM(tp, TCPT_KEEP); in change_keepalive() 180 TCP_TIMER_DISARM(tp, TCPT_2MSL); in change_keepalive()
|