Searched refs:TCPT_KEEP (Results 1 – 6 of 6) sorted by relevance
/netbsd/sys/netinet/ |
H A D | tcp_timer.c | 525 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 D | tcp_timer.h | 76 #define TCPT_KEEP 2 /* keep alive */ macro
|
H A D | tcp_usrreq.c | 179 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 D | tcp_syncache.c | 722 TCP_TIMER_ARM(tp, TCPT_KEEP, tp->t_keepinit); in syn_cache_get()
|
H A D | tcp_subr.c | 1902 TCP_TIMER_ARM(tp, TCPT_KEEP, tp->t_keepidle); in tcp_established()
|
H A D | tcp_input.c | 1717 TCP_TIMER_ARM(tp, TCPT_KEEP, tp->t_keepidle); in tcp_input()
|