Home
last modified time | relevance | path

Searched refs:tcp_offset_from_start (Results 1 – 8 of 8) sorted by relevance

/xnu-12377.41.6/bsd/netinet/
H A Dtcp_timer.c1047 tp->t_timer[TCPT_2MSL] = tcp_offset_from_start(tp, in tcp_timers()
1509 tp->t_timer[TCPT_KEEP] = tcp_offset_from_start(tp, in tcp_timers()
1512 tp->t_timer[TCPT_KEEP] = tcp_offset_from_start(tp, in tcp_timers()
1544 tp->t_timer[TCPT_KEEP] = tcp_offset_from_start( in tcp_timers()
1561 tp->t_timer[TCPT_KEEP] = min(tcp_offset_from_start( in tcp_timers()
1641 tp->t_timer[TCPT_CELLICON] = tcp_offset_from_start(tp, MPTCP_CELLICON_TOGGLE_RATE); in tcp_timers()
2794 tp->t_timer[TCPT_KEEP] = tcp_offset_from_start(tp, in tcp_enable_read_probe()
H A Dtcp_rack.c304 tp->t_timer[TCPT_REORDER] = tcp_offset_from_start(tp, in tcp_rack_detect_loss_and_arm_timer()
H A Dtcp_usrreq.c1596 tp->t_timer[TCPT_KEEP] = tcp_offset_from_start(tp, TCP_CONN_KEEPINIT(tp)); in tcp_connect()
1730 tp->t_timer[TCPT_KEEP] = tcp_offset_from_start(tp, in tcp6_connect()
2458 tp->t_timer[TCPT_KEEP] = tcp_offset_from_start(tp, in tcp_ctloutput()
2477 tp->t_timer[TCPT_KEEP] = tcp_offset_from_start(tp, in tcp_ctloutput()
2496 tp->t_timer[TCPT_2MSL] = tcp_offset_from_start(tp, in tcp_ctloutput()
2515 tp->t_timer[TCPT_2MSL] = tcp_offset_from_start(tp, in tcp_ctloutput()
H A Dtcp_input.c898 tp->t_timer[TCPT_KEEP] = tcp_offset_from_start(tp, in tcp_adaptive_rwtimo_check()
908 tp->t_timer[TCPT_KEEP] = tcp_offset_from_start(tp, in tcp_keepalive_reset()
927 tp->t_timer[TCPT_2MSL] = tcp_offset_from_start(tp, tcp_fin_timeout); in tcp_set_finwait_timeout()
929 tp->t_timer[TCPT_2MSL] = tcp_offset_from_start(tp, TCP_CONN_MAXIDLE(tp)); in tcp_set_finwait_timeout()
1603 tp->t_timer[TCPT_KEEP] = tcp_offset_from_start(tp, (TCP_REXMTVAL(tp))); in tcp_tfo_rcv_probe()
1626 tp->t_timer[TCPT_KEEP] = tcp_offset_from_start(tp, in tcp_tfo_rcv_ack()
2697 tp->t_timer[TCPT_KEEP] = tcp_offset_from_start(tp, in tcp_setup_server_socket()
3998 tp->t_timer[TCPT_DELACK] = tcp_offset_from_start(tp, tcp_delack); in tcp_input()
4239 tp->t_timer[TCPT_DELACK] = tcp_offset_from_start(tp, tcp_delack); in tcp_input()
4270 tcp_offset_from_start(tp, in tcp_input()
[all …]
H A Dtcp_var.h2070 tcp_offset_from_start(const struct tcpcb *tp, uint32_t offset) in tcp_offset_from_start() function
H A Dmptcp_opt.c450 tcp_offset_from_start(tp, tcp_jack_rxmt); in mptcp_setup_opts()
H A Dtcp_output.c3900 tp->t_timer[TCPT_PERSIST] = tcp_offset_from_start(tp, tp->t_timer[TCPT_PERSIST]); in tcp_setpersist()
H A Dmptcp_subr.c6752 tp->t_timer[TCPT_CELLICON] = tcp_offset_from_start(tp, in mptcp_set_cellicon()