Home
last modified time | relevance | path

Searched refs:t_keepintvl (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sys/netinet/
Dtcp_timer.c570 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()
Dtcp_usrreq.c177 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()
Dtcp_var.h389 u_int t_keepintvl; member
Dtcp_subr.c929 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()