Searched refs:TCPT_DELACK (Results 1 – 4 of 4) sorted by relevance
131 #define TCPT_DELACK 3 /* delayed ack */ macro158 #define TCPT_DELACK 4 /* delayed ack timer */ macro
1566 case TCPT_DELACK: in tcp_timers()1569 tp->t_timer[TCPT_DELACK] = 0; in tcp_timers()
1580 tp->t_timer[TCPT_DELACK] = in tcp_output()3263 tp->t_timer[TCPT_DELACK] = 0; in tcp_ip_output()
3224 tp->t_timer[TCPT_DELACK] = OFFSET_FROM_START(tp, tcp_delack); in tcp_input()3794 tp->t_timer[TCPT_DELACK] = OFFSET_FROM_START(tp, tcp_delack); in tcp_input()5427 tp->t_timer[TCPT_DELACK] = in tcp_input()