Searched refs:TCP_REXMTVAL (Results 1 – 4 of 4) sorted by relevance
| /xnu-11417.101.15/bsd/netinet/ |
| H A D | tcp_timer.c | 1261 rexmt = TCP_REXMTVAL(tp) * tcp_backoff[tp->t_rxtshift]; in tcp_timers() 1263 rexmt = TCP_REXMTVAL(tp) * tcp_syn_backoff[tp->t_rxtshift]; in tcp_timers() 1275 rexmt = TCP_REXMTVAL(tp) * tcp_backoff[tp->t_rxtshift]; in tcp_timers() 1459 idle_time >= TCP_REXMTVAL(tp) * tcp_totbackoff)) || in tcp_timers() 1560 tp, tcp_backoff[ind] * TCP_REXMTVAL(tp)); in tcp_timers() 1577 tp, tcp_backoff[ind] * TCP_REXMTVAL(tp)), in tcp_timers() 1729 TCPT_RANGESET(tp->t_rxtcur, TCP_REXMTVAL(tp), in tcp_timers()
|
| H A D | tcp_input.c | 901 (TCP_REXMTVAL(tp) << 1)); in tcp_adaptive_rwtimo_check() 1690 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, (TCP_REXMTVAL(tp))); in tcp_tfo_rcv_probe() 1714 TCP_REXMTVAL(tp)); in tcp_tfo_rcv_ack() 5377 TCPT_RANGESET(tp->t_rxtcur, TCP_REXMTVAL(tp), in tcp_input() 6788 TCPT_RANGESET(tp->t_rxtcur, TCP_REXMTVAL(tp), in tcp_xmit_timer()
|
| H A D | tcp_var.h | 1075 #define TCP_REXMTVAL(tp) \ macro
|
| H A D | tcp_subr.c | 1306 TCP_REXMTVAL(tp), in tcp_getrt_rtt() 1323 TCP_REXMTVAL(tp), in tcp_getrt_rtt()
|