Home
last modified time | relevance | path

Searched refs:TCPT_KEEP (Results 1 – 6 of 6) sorted by relevance

/netbsd/sys/netinet/
H A Dtcp_timer.c525 if (!callout_expired(&tp->t_timer[TCPT_KEEP])) { in tcp_timer_keep()
570 TCP_TIMER_ARM(tp, TCPT_KEEP, tp->t_keepintvl); in tcp_timer_keep()
572 TCP_TIMER_ARM(tp, TCPT_KEEP, tp->t_keepidle); in tcp_timer_keep()
577 PRU_SLOWTIMO | (TCPT_KEEP << 8)); in tcp_timer_keep()
H A Dtcp_timer.h76 #define TCPT_KEEP 2 /* keep alive */ macro
H A Dtcp_usrreq.c179 TCP_TIMER_DISARM(tp, TCPT_KEEP); in change_keepalive()
184 TCP_TIMER_ARM(tp, TCPT_KEEP, tp->t_keepinit); in change_keepalive()
187 TCP_TIMER_ARM(tp, TCPT_KEEP, tp->t_keepintvl); in change_keepalive()
189 TCP_TIMER_ARM(tp, TCPT_KEEP, tp->t_keepidle); in change_keepalive()
714 TCP_TIMER_ARM(tp, TCPT_KEEP, tp->t_keepinit); in tcp_connect()
H A Dtcp_syncache.c722 TCP_TIMER_ARM(tp, TCPT_KEEP, tp->t_keepinit); in syn_cache_get()
H A Dtcp_subr.c1902 TCP_TIMER_ARM(tp, TCPT_KEEP, tp->t_keepidle); in tcp_established()
H A Dtcp_input.c1717 TCP_TIMER_ARM(tp, TCPT_KEEP, tp->t_keepidle); in tcp_input()