Searched refs:tcp_offset_from_start (Results 1 – 8 of 8) sorted by relevance
| /xnu-12377.61.12/bsd/netinet/ |
| H A D | tcp_timer.c | 1047 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 D | tcp_rack.c | 304 tp->t_timer[TCPT_REORDER] = tcp_offset_from_start(tp, in tcp_rack_detect_loss_and_arm_timer()
|
| H A D | tcp_usrreq.c | 1596 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 D | tcp_input.c | 898 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() 3999 tp->t_timer[TCPT_DELACK] = tcp_offset_from_start(tp, tcp_delack); in tcp_input() 4240 tp->t_timer[TCPT_DELACK] = tcp_offset_from_start(tp, tcp_delack); in tcp_input() 4271 tcp_offset_from_start(tp, in tcp_input() [all …]
|
| H A D | tcp_var.h | 2070 tcp_offset_from_start(const struct tcpcb *tp, uint32_t offset) in tcp_offset_from_start() function
|
| H A D | mptcp_opt.c | 450 tcp_offset_from_start(tp, tcp_jack_rxmt); in mptcp_setup_opts()
|
| H A D | tcp_output.c | 4013 tp->t_timer[TCPT_PERSIST] = tcp_offset_from_start(tp, tp->t_timer[TCPT_PERSIST]); in tcp_setpersist()
|
| H A D | mptcp_subr.c | 6752 tp->t_timer[TCPT_CELLICON] = tcp_offset_from_start(tp, in mptcp_set_cellicon()
|