Searched refs:TCP_REXMTVAL (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.41.6/bsd/netinet/ |
| H A D | tcp_timer.c | 1261 rexmt = TCP_REXMTVAL(tp) * tcp_backoff[tp->t_rxtshift]; in tcp_timers() 1444 idle_time >= TCP_REXMTVAL(tp) * tcp_totbackoff)) || in tcp_timers() 1545 tp, tcp_backoff[ind] * TCP_REXMTVAL(tp)); in tcp_timers() 1562 tp, tcp_backoff[ind] * TCP_REXMTVAL(tp)), in tcp_timers() 1685 TCPT_RANGESET(tp->t_rxtcur, TCP_REXMTVAL(tp), in tcp_timers()
|
| H A D | tcp_input.c | 899 (TCP_REXMTVAL(tp) << 1)); in tcp_adaptive_rwtimo_check() 1603 tp->t_timer[TCPT_KEEP] = tcp_offset_from_start(tp, (TCP_REXMTVAL(tp))); in tcp_tfo_rcv_probe() 1627 TCP_REXMTVAL(tp)); in tcp_tfo_rcv_ack() 5557 TCPT_RANGESET(tp->t_rxtcur, TCP_REXMTVAL(tp), in tcp_input() 6983 TCPT_RANGESET(tp->t_rxtcur, TCP_REXMTVAL(tp), in tcp_xmit_timer()
|
| H A D | tcp_var.h | 2075 #define TCP_REXMTVAL(tp) tcp_rto_formula((tp)->t_rttmin, (tp)->t_srtt, (tp)->t_rttvar) macro
|
| H A D | tcp_subr.c | 1503 TCP_REXMTVAL(tp), in tcp_getrt_rtt()
|