Searched refs:OFFSET_FROM_START (Results 1 – 7 of 7) sorted by relevance
| /xnu-8020.121.3/bsd/netinet/ |
| H A D | tcp_timer.h | 331 #define OFFSET_FROM_START(tp, off) ((tcp_now + (off)) - (tp)->tentry.timer_start) macro
|
| H A D | tcp_timer.c | 1043 tp->t_timer[TCPT_2MSL] = OFFSET_FROM_START(tp, in tcp_timers() 1262 tp->t_timer[TCPT_REXMT] = OFFSET_FROM_START(tp, tp->t_rxtcur); in tcp_timers() 1495 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_timers() 1498 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_timers() 1531 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START( in tcp_timers() 1548 tp->t_timer[TCPT_KEEP] = min(OFFSET_FROM_START( in tcp_timers() 1657 tp->t_timer[TCPT_CELLICON] = OFFSET_FROM_START(tp, MPTCP_CELLICON_TOGGLE_RATE); in tcp_timers() 1801 OFFSET_FROM_START(tp, tp->t_rxtcur); in tcp_timers() 2790 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_enable_read_probe()
|
| H A D | tcp_output.c | 742 OFFSET_FROM_START(tp, tp->t_rxtcur); in tcp_output() 1486 OFFSET_FROM_START(tp, tcp_delack); in tcp_output() 1528 tp->t_timer[TCPT_REXMT] = OFFSET_FROM_START(tp, in tcp_output() 2463 OFFSET_FROM_START(tp, tp->t_rxtcur); in tcp_output() 2512 tp->t_timer[TCPT_PTO] = OFFSET_FROM_START(tp, pto); in tcp_output() 2802 OFFSET_FROM_START(tp, tp->t_rxtcur); in tcp_output() 3186 tp->t_timer[TCPT_REXMT] = OFFSET_FROM_START(tp, tp->t_rxtcur); in tcp_ip_output() 3220 tp->t_timer[TCPT_PERSIST] = OFFSET_FROM_START(tp, tp->t_timer[TCPT_PERSIST]); in tcp_setpersist()
|
| H A D | tcp_input.c | 899 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_adaptive_rwtimo_check() 909 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_keepalive_reset() 928 tp->t_timer[TCPT_2MSL] = OFFSET_FROM_START(tp, tcp_fin_timeout); in tcp_set_finwait_timeout() 930 tp->t_timer[TCPT_2MSL] = OFFSET_FROM_START(tp, TCP_CONN_MAXIDLE(tp)); in tcp_set_finwait_timeout() 1757 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, (TCP_REXMTVAL(tp))); in tcp_tfo_rcv_probe() 1780 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_tfo_rcv_ack() 3047 tp->t_timer[TCPT_REXMT] = OFFSET_FROM_START(tp, tp->t_rxtcur); in tcp_input() 3171 tp->t_timer[TCPT_DELACK] = OFFSET_FROM_START(tp, tcp_delack); in tcp_input() 3331 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_input() 3529 tp->t_timer[TCPT_DELACK] = OFFSET_FROM_START(tp, tcp_delack); in tcp_input() [all …]
|
| H A D | tcp_usrreq.c | 1510 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, TCP_CONN_KEEPINIT(tp)); in tcp_connect() 1641 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp6_connect() 2329 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_ctloutput() 2347 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_ctloutput() 2366 tp->t_timer[TCPT_2MSL] = OFFSET_FROM_START(tp, in tcp_ctloutput() 2385 tp->t_timer[TCPT_2MSL] = OFFSET_FROM_START(tp, in tcp_ctloutput()
|
| H A D | mptcp_opt.c | 463 OFFSET_FROM_START(tp, tcp_jack_rxmt); in mptcp_setup_opts()
|
| H A D | mptcp_subr.c | 6947 tp->t_timer[TCPT_CELLICON] = OFFSET_FROM_START(tp, MPTCP_CELLICON_TOGGLE_RATE); in mptcp_set_cellicon()
|