| /freebsd-14.2/contrib/unbound/util/ |
| H A D | rtt.c | 53 calc_rto(const struct rtt_info* rtt) in calc_rto() 65 rtt_init(struct rtt_info* rtt) in rtt_init() 75 rtt_timeout(const struct rtt_info* rtt) in rtt_timeout() 81 rtt_unclamped(const struct rtt_info* rtt) in rtt_unclamped() 92 rtt_update(struct rtt_info* rtt, int ms) in rtt_update() 103 rtt_lost(struct rtt_info* rtt, int orig) in rtt_lost() 122 int rtt_notimeout(const struct rtt_info* rtt) in rtt_notimeout()
|
| /freebsd-14.2/tools/regression/sockets/udp_pingpong/ |
| H A D | udp_pingpong.c | 95 struct rtt { struct 96 struct timespec a2b; 97 struct timespec b2a; 98 struct timespec e2e; 99 struct timespec a2b_b2a; 575 struct rtt rtt; in test_run() local
|
| /freebsd-14.2/contrib/ofed/infiniband-diags/src/ |
| H A D | ibping.c | 114 uint64_t start, rtt; in ibping() local 205 uint64_t rtt; in main() local
|
| /freebsd-14.2/contrib/ldns/ |
| H A D | resolver.c | 185 size_t *rtt; in ldns_resolver_nameserver_rtt() local 255 size_t *rtt; in ldns_resolver_pop_nameserver() local 292 size_t *rtt; in ldns_resolver_push_nameserver() local 500 ldns_resolver_set_rtt(ldns_resolver *r, size_t *rtt) in ldns_resolver_set_rtt() 508 size_t *rtt; in ldns_resolver_set_nameserver_rtt() local 1176 size_t *rtt; in ldns_resolver_send_pkt() local 1545 size_t *rtt, tmprtt; in ldns_resolver_nameservers_randomize() local
|
| H A D | net.c | 504 size_t *rtt; local
|
| /freebsd-14.2/sys/netinet/khelp/ |
| H A D | h_ertt.h | 69 int rtt; member
|
| /freebsd-14.2/sys/dev/hyperv/utilities/ |
| H A D | vmbus_timesync.c | 111 uint64_t hv_ns, vm_ns, rtt = 0; in vmbus_timesync() local
|
| /freebsd-14.2/sys/netinet/cc/ |
| H A D | cc_chd.c | 243 int backoff, new_measurement, qdly, rtt; in chd_ack_received() local
|
| /freebsd-14.2/sys/netinet/tcp_stacks/ |
| H A D | bbr.c | 2105 uint32_t rtt, uint32_t line, uint8_t reas, uint16_t cond) in bbr_log_rtt_shrinks() 2169 bbr_log_rtt_sample(struct tcp_bbr *bbr, uint32_t rtt, uint32_t tsin) in bbr_log_rtt_sample() 2916 uint64_t rtt; in __bbr_get_bw() local 3369 bbr_get_bw_delay_prod(uint64_t rtt, uint64_t bw) { in bbr_get_bw_delay_prod() 3421 uint64_t bdp, rtt; in bbr_get_raw_target_cwnd() local 6095 bbr_collapse_rtt(struct tcpcb *tp, struct tcp_bbr *bbr, int32_t rtt) in bbr_collapse_rtt() 6247 uint32_t rtt, tsin; in tcp_bbr_xmit_timer_commit() local 7338 uint32_t ts, now, rtt; in bbr_log_ack() local 8902 uint32_t t, rtt; in bbr_do_syn_sent() local 9076 uint32_t t, rtt; in bbr_do_syn_recv() local [all …]
|
| H A D | rack.c | 2862 rack_log_rtt_sample(struct tcp_rack *rack, uint32_t rtt) in rack_log_rtt_sample() 2916 rack_log_rtt_sample_calc(struct tcp_rack *rack, uint32_t rtt, uint32_t send_time, uint32_t ack_time… in rack_log_rtt_sample_calc() 3937 rack_decrease_highrtt(struct tcp_rack *rack, uint32_t curper, uint32_t rtt) in rack_decrease_highrtt() 3974 rack_decrease_bw_mul(struct tcp_rack *rack, int timely_says, uint32_t rtt, int32_t rtt_diff) in rack_decrease_bw_mul() 4095 uint32_t rtt, uint32_t line, uint8_t reas) in rack_log_rtt_shrinks() 4145 rack_set_prtt_target(struct tcp_rack *rack, uint32_t segsiz, uint32_t rtt) in rack_set_prtt_target() 4483 uint32_t rtt, int32_t rtt_diff) in rack_update_multiplier() 4648 rack_make_timely_judgement(struct tcp_rack *rack, uint32_t rtt, int32_t rtt_diff, uint32_t prev_rtt) in rack_make_timely_judgement() 5652 uint32_t rnds, new_cwnd, new_ssthresh, rtt, shared_cwnd_was_enabled = 0; in do_rack_excess_rxt() local 8679 tcp_rack_xmit_timer(struct tcp_rack *rack, int32_t rtt, uint32_t len, uint32_t us_rtt, in tcp_rack_xmit_timer() [all …]
|
| /freebsd-14.2/contrib/unbound/services/cache/ |
| H A D | infra.h | 82 struct rtt_info rtt; member
|
| H A D | infra.c | 740 size_t nmlen, struct rtt_info* rtt, int* delay, time_t timenow, in infra_get_host_rto() 798 int* lame, int* dnsseclame, int* reclame, int* rtt, time_t timenow) in infra_get_lame_rtt()
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm/ |
| H A D | sama7g5.dtsi | 271 rtt: rtc@e001d020 { label
|
| H A D | sam9x60.dtsi | 1311 rtt: rtc@fffffe20 { label
|
| /freebsd-14.2/sys/netinet/ |
| H A D | tcp_input.c | 371 int rtt; in cc_conn_init() local 3654 tcp_xmit_timer(struct tcpcb *tp, int rtt) in tcp_xmit_timer()
|
| H A D | sctp_cc_functions.c | 577 uint64_t probepoint __dtrace, rtt, vtag; in cc_bw_limit() local
|
| /freebsd-14.2/contrib/unbound/services/ |
| H A D | outside_network.c | 2904 int rtt, vs; local 3195 int vs, rtt, timeout; local
|
| /freebsd-14.2/usr.bin/script/ |
| H A D | script.c | 112 struct termios rtt, stt; in main() local
|
| /freebsd-14.2/sys/rpc/ |
| H A D | clnt_dg.c | 350 int next_sendtime, starttime, rtt, time_waited, tv = 0; in clnt_dg_call() local
|
| /freebsd-14.2/sys/contrib/dev/iwlwifi/fw/api/ |
| H A D | location.h | 1322 __le32 rtt; member 1374 __le32 rtt; member 1429 __le32 rtt; member 1490 __le32 rtt; member
|
| /freebsd-14.2/sys/netgraph/ |
| H A D | ng_pptpgre.c | 186 int32_t rtt; /* round trip time estimate */ member
|
| /freebsd-14.2/contrib/ldns-host/ |
| H A D | ldns-host.c | 278 size_t *rtt = ldns_resolver_rtt(res); in ldns_resolver_send_to() local
|
| /freebsd-14.2/contrib/unbound/iterator/ |
| H A D | iter_utils.c | 262 int rtt, lame, reclame, dnsseclame; in iter_filter_unsuitable() local
|
| /freebsd-14.2/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | ftm-initiator.c | 1056 s64 rtt_avg, rtt = res->ftm.rtt_avg; in iwl_mvm_ftm_rtt_smoothing() local
|
| /freebsd-14.2/sys/dev/bnxt/bnxt_re/ |
| H A D | qplib_sp.h | 191 u16 rtt; member
|