Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/netinet/
H A Dtcp_timer.h331 #define OFFSET_FROM_START(tp, off) ((tcp_now + (off)) - (tp)->tentry.timer_start) macro
H A Dtcp_timer.c1063 tp->t_timer[TCPT_2MSL] = OFFSET_FROM_START(tp, in tcp_timers()
1282 tp->t_timer[TCPT_REXMT] = OFFSET_FROM_START(tp, tp->t_rxtcur); in tcp_timers()
1515 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_timers()
1518 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_timers()
1551 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START( in tcp_timers()
1568 tp->t_timer[TCPT_KEEP] = min(OFFSET_FROM_START( in tcp_timers()
1677 tp->t_timer[TCPT_CELLICON] = OFFSET_FROM_START(tp, MPTCP_CELLICON_TOGGLE_RATE); in tcp_timers()
1824 OFFSET_FROM_START(tp, tp->t_rxtcur); in tcp_timers()
2813 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_enable_read_probe()
H A Dtcp_output.c864 OFFSET_FROM_START(tp, tp->t_rxtcur); in tcp_output()
1630 OFFSET_FROM_START(tp, tcp_delack); in tcp_output()
1672 tp->t_timer[TCPT_REXMT] = OFFSET_FROM_START(tp, in tcp_output()
2801 OFFSET_FROM_START(tp, tp->t_rxtcur); in tcp_output()
2850 tp->t_timer[TCPT_PTO] = OFFSET_FROM_START(tp, pto); in tcp_output()
3166 OFFSET_FROM_START(tp, tp->t_rxtcur); in tcp_output()
3570 tp->t_timer[TCPT_REXMT] = OFFSET_FROM_START(tp, tp->t_rxtcur); in tcp_ip_output()
3604 tp->t_timer[TCPT_PERSIST] = OFFSET_FROM_START(tp, tp->t_timer[TCPT_PERSIST]); in tcp_setpersist()
H A Dtcp_input.c902 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_adaptive_rwtimo_check()
912 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_keepalive_reset()
931 tp->t_timer[TCPT_2MSL] = OFFSET_FROM_START(tp, tcp_fin_timeout); in tcp_set_finwait_timeout()
933 tp->t_timer[TCPT_2MSL] = OFFSET_FROM_START(tp, TCP_CONN_MAXIDLE(tp)); in tcp_set_finwait_timeout()
1689 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, (TCP_REXMTVAL(tp))); in tcp_tfo_rcv_probe()
1712 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_tfo_rcv_ack()
3156 tp->t_timer[TCPT_REXMT] = OFFSET_FROM_START(tp, tp->t_rxtcur); in tcp_input()
3280 tp->t_timer[TCPT_DELACK] = OFFSET_FROM_START(tp, tcp_delack); in tcp_input()
3440 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_input()
3767 tp->t_timer[TCPT_DELACK] = OFFSET_FROM_START(tp, tcp_delack); in tcp_input()
[all …]
H A Dtcp_usrreq.c1599 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, TCP_CONN_KEEPINIT(tp)); in tcp_connect()
1733 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp6_connect()
2432 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_ctloutput()
2451 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_ctloutput()
2470 tp->t_timer[TCPT_2MSL] = OFFSET_FROM_START(tp, in tcp_ctloutput()
2489 tp->t_timer[TCPT_2MSL] = OFFSET_FROM_START(tp, in tcp_ctloutput()
H A Dmptcp_opt.c449 OFFSET_FROM_START(tp, tcp_jack_rxmt); in mptcp_setup_opts()
H A Dmptcp_subr.c6721 tp->t_timer[TCPT_CELLICON] = OFFSET_FROM_START(tp, MPTCP_CELLICON_TOGGLE_RATE); in mptcp_set_cellicon()