Searched refs:OFFSET_FROM_START (Results 1 – 8 of 8) sorted by relevance
| /xnu-11215.81.4/bsd/netinet/ |
| H A D | tcp_timer.h | 332 #define OFFSET_FROM_START(tp, off) ((tcp_now + (off)) - (tp)->tentry.timer_start) macro
|
| H A D | tcp_timer.c | 1055 tp->t_timer[TCPT_2MSL] = OFFSET_FROM_START(tp, in tcp_timers() 1274 tp->t_timer[TCPT_REXMT] = OFFSET_FROM_START(tp, tp->t_rxtcur); in tcp_timers() 1517 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_timers() 1520 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_timers() 1552 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START( in tcp_timers() 1569 tp->t_timer[TCPT_KEEP] = min(OFFSET_FROM_START( in tcp_timers() 1678 tp->t_timer[TCPT_CELLICON] = OFFSET_FROM_START(tp, MPTCP_CELLICON_TOGGLE_RATE); in tcp_timers() 1826 OFFSET_FROM_START(tp, tp->t_rxtcur); in tcp_timers() 2803 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_enable_read_probe()
|
| H A D | tcp_output.c | 880 OFFSET_FROM_START(tp, tp->t_rxtcur); in tcp_output() 1684 OFFSET_FROM_START(tp, tcp_delack); in tcp_output() 1726 tp->t_timer[TCPT_REXMT] = OFFSET_FROM_START(tp, in tcp_output() 2903 OFFSET_FROM_START(tp, tp->t_rxtcur); in tcp_output() 2940 tp->t_timer[TCPT_PTO] = OFFSET_FROM_START(tp, pto); in tcp_output() 3267 OFFSET_FROM_START(tp, tp->t_rxtcur); in tcp_output() 3671 tp->t_timer[TCPT_REXMT] = OFFSET_FROM_START(tp, tp->t_rxtcur); in tcp_ip_output() 3705 tp->t_timer[TCPT_PERSIST] = OFFSET_FROM_START(tp, tp->t_timer[TCPT_PERSIST]); in tcp_setpersist()
|
| H A D | tcp_input.c | 900 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() 929 tp->t_timer[TCPT_2MSL] = OFFSET_FROM_START(tp, tcp_fin_timeout); in tcp_set_finwait_timeout() 931 tp->t_timer[TCPT_2MSL] = OFFSET_FROM_START(tp, TCP_CONN_MAXIDLE(tp)); in tcp_set_finwait_timeout() 1688 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, (TCP_REXMTVAL(tp))); in tcp_tfo_rcv_probe() 1711 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_tfo_rcv_ack() 3303 tp->t_timer[TCPT_REXMT] = OFFSET_FROM_START(tp, tp->t_rxtcur); in tcp_input() 3427 tp->t_timer[TCPT_DELACK] = OFFSET_FROM_START(tp, tcp_delack); in tcp_input() 3601 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_input() 3940 tp->t_timer[TCPT_DELACK] = OFFSET_FROM_START(tp, tcp_delack); in tcp_input() [all …]
|
| H A D | tcp_rack.c | 300 tp->t_timer[TCPT_REORDER] = OFFSET_FROM_START(tp, in tcp_rack_detect_loss_and_arm_timer()
|
| H A D | tcp_usrreq.c | 1596 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() 2452 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_ctloutput() 2471 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_ctloutput() 2490 tp->t_timer[TCPT_2MSL] = OFFSET_FROM_START(tp, in tcp_ctloutput() 2509 tp->t_timer[TCPT_2MSL] = OFFSET_FROM_START(tp, in tcp_ctloutput()
|
| H A D | mptcp_opt.c | 449 OFFSET_FROM_START(tp, tcp_jack_rxmt); in mptcp_setup_opts()
|
| H A D | mptcp_subr.c | 6740 tp->t_timer[TCPT_CELLICON] = OFFSET_FROM_START(tp, MPTCP_CELLICON_TOGGLE_RATE); in mptcp_set_cellicon()
|