Home
last modified time | relevance | path

Searched refs:rtt (Results 1 – 25 of 32) sorted by relevance

12

/f-stack/freebsd/contrib/device-tree/Bindings/rtc/
H A Datmel,at91sam9-rtc.txt5 - "atmel,at91sam9260-rtt"
6 - "microchip,sam9x60-rtt", "atmel,at91sam9260-rtt"
8 - interrupts: rtt alarm/event interrupt
10 - atmel,rtt-rtc-time-reg: should encode the GPBR register used to store
19 rtt@fffffd20 {
20 compatible = "atmel,at91sam9260-rtt";
24 atmel,rtt-rtc-time-reg = <&gpbr 0x0>;
/f-stack/freebsd/netinet/cc/
H A Dcc_chd.c239 int backoff, new_measurement, qdly, rtt; in chd_ack_received() local
246 chd_data->maxrtt_in_rtt = imax(e_t->rtt, chd_data->maxrtt_in_rtt); in chd_ack_received()
253 rtt = V_chd_use_max ? chd_data->maxrtt_in_rtt : e_t->rtt; in chd_ack_received()
256 if (rtt && e_t->minrtt && !IN_RECOVERY(CCV(ccv, t_flags))) { in chd_ack_received()
257 qdly = rtt - e_t->minrtt; in chd_ack_received()
335 qdly = imax(e_t->rtt, chd_data->maxrtt_in_rtt) - e_t->minrtt; in chd_cong_signal()
H A Dcc_hd.c140 if (e_t->rtt && e_t->minrtt && V_hd_qthresh > 0) { in hd_ack_received()
141 qdly = e_t->rtt - e_t->minrtt; in hd_ack_received()
H A Dcc_cdg.c578 cdg_data->maxrtt_in_rtt = imax(e_t->rtt, cdg_data->maxrtt_in_rtt); in cdg_ack_received()
579 cdg_data->minrtt_in_rtt = imin(e_t->rtt, cdg_data->minrtt_in_rtt); in cdg_ack_received()
/f-stack/freebsd/netinet/
H A Dsctp_cc_functions.c339 net->cc_mod.rtcc.lbw_rtt = net->rtt; in cc_bw_same()
518 net->cc_mod.rtcc.lbw_rtt = net->rtt; in cc_bw_decrease()
562 net->cc_mod.rtcc.lbw_rtt = net->rtt; in cc_bw_increase()
574 uint64_t probepoint, rtt, vtag; in cc_bw_limit() local
619 rtt = stcb->asoc.my_vtag; in cc_bw_limit()
622 rtt = net->rtt; in cc_bw_limit()
627 if (net->rtt) { in cc_bw_limit()
628 div = net->rtt / 1000; in cc_bw_limit()
806 vtag = (net->rtt << 32) | in sctp_cwnd_update_after_sack_common()
817 net->cc_mod.rtcc.lbw_rtt = net->rtt; in sctp_cwnd_update_after_sack_common()
[all …]
H A Dtcp_input.c389 int rtt; in cc_conn_init() local
396 if (tp->t_srtt == 0 && (rtt = metrics.rmx_rtt)) { in cc_conn_init()
397 tp->t_srtt = rtt; in cc_conn_init()
3557 tcp_xmit_timer(struct tcpcb *tp, int rtt) in tcp_xmit_timer() argument
3567 imax(0, rtt * 1000 / hz)); in tcp_xmit_timer()
3577 delta = ((rtt - 1) << TCP_DELTA_SHIFT) in tcp_xmit_timer()
3606 tp->t_srtt = rtt << TCP_RTT_SHIFT; in tcp_xmit_timer()
3607 tp->t_rttvar = rtt << (TCP_RTTVAR_SHIFT - 1); in tcp_xmit_timer()
3625 max(tp->t_rttmin, rtt + 2), TCPTV_REXMTMAX); in tcp_xmit_timer()
H A Dsctputil.c129 sctp_clog.x.rto.rtt = net->rtt / 1000; in rto_logging()
2939 int32_t rtt; /* RTT in ms */ in sctp_calculate_rto() local
2964 net->rtt = rtt_us; in sctp_calculate_rto()
2966 rtt = (int32_t)(net->rtt / 1000); in sctp_calculate_rto()
2980 if (net->rtt > SCTP_LOCAL_LAN_RTT) { in sctp_calculate_rto()
2999 rtt -= (net->lastsa >> SCTP_RTT_SHIFT); in sctp_calculate_rto()
3000 net->lastsa += rtt; in sctp_calculate_rto()
3001 if (rtt < 0) { in sctp_calculate_rto()
3002 rtt = -rtt; in sctp_calculate_rto()
3005 net->lastsv += rtt; in sctp_calculate_rto()
[all …]
H A Dsctp_uio.h859 uint32_t rtt; member
1230 uint32_t rtt; member
/f-stack/freebsd/netinet/khelp/
H A Dh_ertt.c356 e_t->rtt = tcp_ts_getticks() - txsi->tx_ts + 1; in ertt_packet_measurement_hook()
358 if (e_t->rtt < e_t->minrtt || e_t->minrtt == 0) in ertt_packet_measurement_hook()
359 e_t->minrtt = e_t->rtt; in ertt_packet_measurement_hook()
361 if (e_t->rtt > e_t->maxrtt || e_t->maxrtt == 0) in ertt_packet_measurement_hook()
362 e_t->maxrtt = e_t->rtt; in ertt_packet_measurement_hook()
525 e_t->rtt = 0; in ertt_uma_ctor()
H A Dh_ertt.h71 int rtt; member
/f-stack/freebsd/netgraph/
H A Dng_pptpgre.c188 int32_t rtt; /* round trip time estimate */ member
848 diff = sample - hpriv->rtt; in ng_pptpgre_rcvdata_lower()
849 hpriv->rtt += PPTP_ACK_ALPHA(diff); in ng_pptpgre_rcvdata_lower()
854 hpriv->ato = hpriv->rtt + PPTP_ACK_CHI(hpriv->dev + 2); in ng_pptpgre_rcvdata_lower()
1096 hpriv->rtt = PPTP_ACK_DELTA(hpriv->rtt) + 1; /* +1 to avoid delta*0 case */ in ng_pptpgre_recv_ack_timeout()
1097 hpriv->ato = hpriv->rtt + PPTP_ACK_CHI(hpriv->dev); in ng_pptpgre_recv_ack_timeout()
1119 ackTimeout = (hpriv->rtt >> 2); in ng_pptpgre_start_send_ack_timer()
1241 hpriv->rtt = PPTP_TIME_SCALE / 10; in ng_pptpgre_reset()
1243 hpriv->rtt *= hpriv->conf.peerPpd; in ng_pptpgre_reset()
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dat91sam9260ek.dts115 atmel,wakeup-rtt-timer;
119 atmel,rtt-rtc-time-reg = <&gpbr 0x0>;
H A Dusb_a9260.dts27 atmel,wakeup-rtt-timer;
H A Dat91sam9g20ek_common.dtsi120 atmel,wakeup-rtt-timer;
124 atmel,rtt-rtc-time-reg = <&gpbr 0x0>;
H A Dsam9x60.dtsi660 atmel,wakeup-rtt-timer;
664 rtt: rtt@fffffe20 { label
665 compatible = "microchip,sam9x60-rtt", "atmel,at91sam9260-rtt";
H A Dusb_a9263.dts72 atmel,wakeup-rtt-timer;
H A Dat91-qil_a9260.dts112 atmel,wakeup-rtt-timer;
H A Dat91-sam9x60ek.dts643 &rtt {
644 atmel,rtt-rtc-time-reg = <&gpbr 0x0>;
H A Dat91sam9m10g45ek.dts221 atmel,rtt-rtc-time-reg = <&gpbr 0x0>;
/f-stack/tools/route/
H A Dkeywords46 rtt
/f-stack/freebsd/net80211/
H A Dieee80211_tdma.c593 int32_t rtt; in tdma_process_params()
602 rtt = rstamp - (le64toh(tstamp) & 0x7fff); in tdma_process_params()
603 if (rtt < 0) in tdma_process_params()
604 rtt += 0x7fff; in tdma_process_params()
608 rtt, rstamp, in tdma_process_params()
/f-stack/freebsd/contrib/device-tree/Bindings/arm/
H A Datmel-sysregs.txt72 - atmel,wakeup-rtt-timer: boolean to enable Real-time Timer Wake-up.
76 - atmel,wakeup-rtt-timer: boolean to enable Real-time Timer Wake-up.
107 - atmel,wakeup-rtt-timer: boolean to enable Real-time Timer Wake-up.
/f-stack/freebsd/netinet/tcp_stacks/
H A Dbbr.c2929 uint64_t rtt; in __bbr_get_bw() local
2943 if (rtt && (rtt < 0xffffffff)) { in __bbr_get_bw()
2947 min_bw /= rtt; in __bbr_get_bw()
2974 if (rtt && (rtt < 0xffffffff)) { in __bbr_get_bw()
2982 bw /= rtt; in __bbr_get_bw()
6759 if (rtt == 0) { in bbr_update_bbr_info()
7443 if (rtt < 1) in bbr_log_ack()
7444 rtt = 1; in bbr_log_ack()
8998 rtt = 1; in bbr_do_syn_sent()
9168 rtt = 1; in bbr_do_syn_recv()
[all …]
H A Drack.c2842 log.u_bbr.flex5 = rtt; in rack_log_rtt_shrinks()
2886 bwdp *= (uint64_t)rtt; in rack_set_prtt_target()
3388 log_rtt_a_diff = rtt; in rack_make_timely_judgement()
5007 uint32_t rtt; in rack_timeout_rack() local
5022 rtt = rack->rc_rack_rtt; in rack_timeout_rack()
5023 if (rtt == 0) in rack_timeout_rack()
5024 rtt = 1; in rack_timeout_rack()
6391 int32_t rtt; in tcp_rack_xmit_timer_commit() local
6412 if (rtt == 0) in tcp_rack_xmit_timer_commit()
6413 rtt = 1; in tcp_rack_xmit_timer_commit()
[all …]
/f-stack/tools/compat/include/netinet/
H A Dsctp_uio.h859 uint32_t rtt; member
1230 uint32_t rtt; member

12