Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/netinet/
H A Dtcp_timer.h133 #define TCPT_KEEP 5 /* keep alive */ macro
156 #define TCPT_KEEP 2 /* keep alive */ macro
H A Dtcp_timer.c1469 case TCPT_KEEP: in tcp_timers()
1514 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_timers()
1517 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_timers()
1550 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START( in tcp_timers()
1567 tp->t_timer[TCPT_KEEP] = min(OFFSET_FROM_START( in tcp_timers()
1569 tp->t_timer[TCPT_KEEP]); in tcp_timers()
2812 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_enable_read_probe()
2815 tp->tentry.index = TCPT_KEEP; in tcp_enable_read_probe()
2825 tp->tentry.index = TCPT_KEEP; in tcp_enable_read_probe()
H A Dtcp_usrreq.c1578 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, TCP_CONN_KEEPINIT(tp)); in tcp_connect()
1712 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp6_connect()
2408 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_ctloutput()
2427 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_ctloutput()
H A Dtcp_input.c896 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_adaptive_rwtimo_check()
906 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_keepalive_reset()
1741 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, (TCP_REXMTVAL(tp))); in tcp_tfo_rcv_probe()
1764 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_tfo_rcv_ack()
3495 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_input()
3852 tp->t_timer[TCPT_KEEP] = in tcp_input()
4512 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_input()
H A Din_pcblist.c239 xt->t_timer[TCPT_KEEP_EXT] = tp->t_timer[TCPT_KEEP]; in tcpcb_to_xtcpcb_n()
H A Dtcp_subr.c1863 otp->t_timer[TCPT_KEEP_EXT] = tp->t_timer[TCPT_KEEP]; in tcpcb_to_otcpcb()
2049 otp->t_timer[TCPT_KEEP_EXT] = tp->t_timer[TCPT_KEEP]; in tcpcb_to_xtcpcb64()
/xnu-10002.1.13/bsd/kern/
H A Dsocket_info.c161 tp->t_timer[TCPT_KEEP]; in fill_socketinfo()