HomeSort by: relevance | last modified time | path
    Searched refs:TCP_TIMER_ARM (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/netinet/
tcp_timer.h 158 #define TCP_TIMER_ARM(tp, timer, nticks) \
tcp_timer.c 376 TCP_TIMER_ARM(tp, TCPT_REXMT, tp->t_rxtcur);
570 TCP_TIMER_ARM(tp, TCPT_KEEP, tp->t_keepintvl);
572 TCP_TIMER_ARM(tp, TCPT_KEEP, tp->t_keepidle);
631 TCP_TIMER_ARM(tp, TCPT_2MSL, tp->t_keepintvl);
tcp_input.c 1726 TCP_TIMER_ARM(tp, TCPT_KEEP, tp->t_keepidle);
1899 TCP_TIMER_ARM(tp, TCPT_REXMT,
2561 TCP_TIMER_ARM(tp, TCPT_REXMT, tp->t_rxtcur);
2615 TCP_TIMER_ARM(tp, TCPT_2MSL,
2632 TCP_TIMER_ARM(tp, TCPT_2MSL, 2 * tp->t_msl);
2656 TCP_TIMER_ARM(tp, TCPT_2MSL, 2 * tp->t_msl);
2837 TCP_TIMER_ARM(tp, TCPT_2MSL, 2 * tp->t_msl);
2845 TCP_TIMER_ARM(tp, TCPT_2MSL, 2 * tp->t_msl);
tcp_usrreq.c 184 TCP_TIMER_ARM(tp, TCPT_KEEP, tp->t_keepinit);
187 TCP_TIMER_ARM(tp, TCPT_KEEP, tp->t_keepintvl);
189 TCP_TIMER_ARM(tp, TCPT_KEEP, tp->t_keepidle);
193 TCP_TIMER_ARM(tp, TCPT_2MSL, tp->t_maxidle);
714 TCP_TIMER_ARM(tp, TCPT_KEEP, tp->t_keepinit);
1209 TCP_TIMER_ARM(tp, TCPT_2MSL, tp->t_maxidle);
tcp_output.c 1002 TCP_TIMER_ARM(tp, TCPT_REXMT, tp->t_rxtcur);
1506 TCP_TIMER_ARM(tp, TCPT_REXMT, tp->t_rxtcur);
1675 TCP_TIMER_ARM(tp, TCPT_PERSIST, nticks);
tcp_syncache.c 722 TCP_TIMER_ARM(tp, TCPT_KEEP, tp->t_keepinit);
768 TCP_TIMER_ARM(tp, TCPT_REXMT, tp->t_rxtcur);
tcp_subr.c 1901 TCP_TIMER_ARM(tp, TCPT_KEEP, tp->t_keepidle);

Completed in 25 milliseconds