Searched refs:TCP_REXMTVAL (Results 1 – 5 of 5) sorted by relevance
| /xnu-8020.101.4/bsd/netinet/ |
| H A D | tcp_timer.c | 1246 rexmt = TCP_REXMTVAL(tp) * tcp_syn_backoff[tp->t_rxtshift]; in tcp_timers() 1257 rexmt = TCP_REXMTVAL(tp) * tcp_backoff[tp->t_rxtshift]; in tcp_timers() 1430 idle_time >= TCP_REXMTVAL(tp) * tcp_totbackoff)) || in tcp_timers() 1532 tp, tcp_backoff[ind] * TCP_REXMTVAL(tp)); in tcp_timers() 1549 tp, tcp_backoff[ind] * TCP_REXMTVAL(tp)), in tcp_timers() 1704 TCPT_RANGESET(tp->t_rxtcur, TCP_REXMTVAL(tp), in tcp_timers()
|
| H A D | tcp_input.c | 885 (TCP_REXMTVAL(tp) << 1)); in tcp_adaptive_rwtimo_check() 1742 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, (TCP_REXMTVAL(tp))); in tcp_tfo_rcv_probe() 1766 TCP_REXMTVAL(tp)); in tcp_tfo_rcv_ack() 4788 TCPT_RANGESET(tp->t_rxtcur, TCP_REXMTVAL(tp), in tcp_input() 6058 TCPT_RANGESET(tp->t_rxtcur, TCP_REXMTVAL(tp), in tcp_xmit_timer()
|
| H A D | tcp_var.h | 849 #define TCP_REXMTVAL(tp) \ macro
|
| H A D | tcp_output.c | 2497 pto = ((TCP_REXMTVAL(tp)) * 3) >> 1; in tcp_output()
|
| H A D | tcp_subr.c | 1264 TCP_REXMTVAL(tp), in tcp_getrt_rtt()
|