Searched refs:t_keepintvl (Results 1 – 4 of 4) sorted by relevance
570 TCP_TIMER_ARM(tp, TCPT_KEEP, tp->t_keepintvl); in tcp_timer_keep()631 TCP_TIMER_ARM(tp, TCPT_2MSL, tp->t_keepintvl); in tcp_timer_2msl()
177 tp->t_maxidle = tp->t_keepcnt * MIN(tp->t_keepintvl, in change_keepalive()187 TCP_TIMER_ARM(tp, TCPT_KEEP, tp->t_keepintvl); in change_keepalive()352 tp->t_keepintvl = ui; in tcp_ctloutput()411 optval = tp->t_keepintvl; in tcp_ctloutput()
389 u_int t_keepintvl; member
929 tp->t_keepintvl = MIN(tcp_keepintvl, TCP_TIMER_MAXTICKS); in tcp_tcpcb_template()931 tp->t_maxidle = tp->t_keepcnt * MIN(tp->t_keepintvl, in tcp_tcpcb_template()