Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_timer.h134 #define TCPT_KEEP 6 /* keep alive */ macro
157 #define TCPT_KEEP 2 /* keep alive */ macro
H A Dtcp_timer.c1479 case TCPT_KEEP: in tcp_timers()
1524 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_timers()
1527 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_timers()
1559 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START( in tcp_timers()
1576 tp->t_timer[TCPT_KEEP] = min(OFFSET_FROM_START( in tcp_timers()
1578 tp->t_timer[TCPT_KEEP]); in tcp_timers()
2810 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_enable_read_probe()
2813 tp->tentry.index = TCPT_KEEP; in tcp_enable_read_probe()
2823 tp->tentry.index = TCPT_KEEP; in tcp_enable_read_probe()
H A Dtcp_usrreq.c1596 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, TCP_CONN_KEEPINIT(tp)); in tcp_connect()
1730 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp6_connect()
2454 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_ctloutput()
2473 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_ctloutput()
H A Dtcp_input.c900 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_adaptive_rwtimo_check()
910 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_keepalive_reset()
1690 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, (TCP_REXMTVAL(tp))); in tcp_tfo_rcv_probe()
1713 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_tfo_rcv_ack()
3643 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_input()
4015 tp->t_timer[TCPT_KEEP] = in tcp_input()
4686 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_input()
H A Din_pcblist.c241 xt->t_timer[TCPT_KEEP_EXT] = tp->t_timer[TCPT_KEEP]; in tcpcb_to_xtcpcb_n()
H A Dtcp_subr.c1916 otp->t_timer[TCPT_KEEP_EXT] = tp->t_timer[TCPT_KEEP]; in tcpcb_to_otcpcb()
2102 otp->t_timer[TCPT_KEEP_EXT] = tp->t_timer[TCPT_KEEP]; in tcpcb_to_xtcpcb64()
/xnu-11417.101.15/bsd/kern/
H A Dsocket_info.c163 tp->t_timer[TCPT_KEEP]; in fill_socketinfo()