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

  /src/sys/netinet/
tcp_timer.c 570 TCP_TIMER_ARM(tp, TCPT_KEEP, tp->t_keepintvl);
631 TCP_TIMER_ARM(tp, TCPT_2MSL, tp->t_keepintvl);
tcp_var.h 389 u_int t_keepintvl; member in struct:tcpcb
391 u_int t_maxidle; /* t_keepcnt * t_keepintvl */
tcp_usrreq.c 177 tp->t_maxidle = tp->t_keepcnt * MIN(tp->t_keepintvl,
187 TCP_TIMER_ARM(tp, TCPT_KEEP, tp->t_keepintvl);
352 tp->t_keepintvl = ui;
411 optval = tp->t_keepintvl;
tcp_subr.c 929 tp->t_keepintvl = MIN(tcp_keepintvl, TCP_TIMER_MAXTICKS);
931 tp->t_maxidle = tp->t_keepcnt * MIN(tp->t_keepintvl,

Completed in 16 milliseconds