/freebsd/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/tools/regression/sockets/udp_pingpong/ |
H A D | udp_pingpong.c | 94 struct rtt { struct 95 struct timespec a2b; 96 struct timespec b2a; 97 struct timespec e2e; 98 struct timespec a2b_b2a; 574 struct rtt rtt; in test_run() local
|
/freebsd/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/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/sys/netinet/khelp/ |
H A D | h_ertt.h | 69 int rtt; member
|
/freebsd/sys/dev/hyperv/utilities/ |
H A D | vmbus_timesync.c | 110 uint64_t hv_ns, vm_ns, rtt = 0; in vmbus_timesync() local
|
/freebsd/sys/netinet/cc/ |
H A D | cc_chd.c | 244 int backoff, new_measurement, qdly, rtt; in chd_ack_received() local
|
/freebsd/sys/netinet/tcp_stacks/ |
H A D | bbr.c | 2097 uint32_t rtt, uint32_t line, uint8_t reas, uint16_t cond) in bbr_log_rtt_shrinks() 2161 bbr_log_rtt_sample(struct tcp_bbr *bbr, uint32_t rtt, uint32_t tsin) in bbr_log_rtt_sample() 2909 uint64_t rtt; in __bbr_get_bw() local 3359 bbr_get_bw_delay_prod(uint64_t rtt, uint64_t bw) { in bbr_get_bw_delay_prod() 3411 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 6449 bbr_nf_measurement(struct tcp_bbr *bbr, struct bbr_sendmap *rsm, uint32_t rtt, uint32_t cts) in bbr_nf_measurement() 6563 bbr_google_measurement(struct tcp_bbr *bbr, struct bbr_sendmap *rsm, uint32_t rtt, uint32_t cts) in bbr_google_measurement() 6646 bbr_update_bbr_info(struct tcp_bbr *bbr, struct bbr_sendmap *rsm, uint32_t rtt, uint32_t cts, uint3… in bbr_update_bbr_info() [all …]
|
H A D | rack.c | 2907 rack_log_rtt_sample(struct tcp_rack *rack, uint32_t rtt) in rack_log_rtt_sample() 2956 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() 3955 rack_decrease_highrtt(struct tcp_rack *rack, uint32_t curper, uint32_t rtt) in rack_decrease_highrtt() 3992 rack_decrease_bw_mul(struct tcp_rack *rack, int timely_says, uint32_t rtt, int32_t rtt_diff) in rack_decrease_bw_mul() 4115 uint32_t rtt, uint32_t line, uint8_t reas) in rack_log_rtt_shrinks() 4165 rack_set_prtt_target(struct tcp_rack *rack, uint32_t segsiz, uint32_t rtt) in rack_set_prtt_target() 4509 uint32_t rtt, int32_t rtt_diff) in rack_update_multiplier() 4674 rack_make_timely_judgement(struct tcp_rack *rack, uint32_t rtt, int32_t rtt_diff, uint32_t prev_rtt) in rack_make_timely_judgement() 8575 tcp_rack_xmit_timer(struct tcp_rack *rack, int32_t rtt, uint32_t len, uint32_t us_rtt, in tcp_rack_xmit_timer() 8647 int32_t rtt; in tcp_rack_xmit_timer_commit() local [all …]
|
/freebsd/contrib/unbound/services/cache/ |
H A D | infra.h | 82 struct rtt_info rtt; global() member [all...] |
H A D | infra.c | 740 infra_get_host_rto(struct infra_cache * infra,struct sockaddr_storage * addr,socklen_t addrlen,uint8_t * nm,size_t nmlen,struct rtt_info * rtt,int * delay,time_t timenow,int * tA,int * tAAAA,int * tother) infra_get_host_rto() argument 798 infra_get_lame_rtt(struct infra_cache * infra,struct sockaddr_storage * addr,socklen_t addrlen,uint8_t * name,size_t namelen,uint16_t qtype,int * lame,int * dnsseclame,int * reclame,int * rtt,time_t timenow) infra_get_lame_rtt() argument [all...] |
/freebsd/sys/contrib/device-tree/src/arm/microchip/ |
H A D | sama7g5.dtsi | 271 rtt: rtc@e001d020 { label
|
H A D | sam9x60.dtsi | 1337 rtt: rtc@fffffe20 { label
|
/freebsd/sys/netinet/ |
H A D | tcp_input.c | 366 int rtt; in cc_conn_init() local 3669 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/contrib/unbound/services/ |
H A D | outside_network.c | 2904 int rtt, vs; global() local 3195 int vs, rtt, timeout; global() local [all...] |
/freebsd/usr.bin/script/ |
H A D | script.c | 103 struct termios rtt, stt; in main() local
|
/freebsd/sys/rpc/ |
H A D | clnt_dg.c | 345 int next_sendtime, starttime, rtt, time_waited, tv = 0; in clnt_dg_call() local
|
/freebsd/sys/contrib/dev/iwlwifi/fw/api/ |
H A D | location.h | 1322 __le32 rtt; global() member 1374 __le32 rtt; global() member 1429 __le32 rtt; global() member 1490 __le32 rtt; global() member [all...] |
/freebsd/sys/netgraph/ |
H A D | ng_pptpgre.c | 192 int32_t rtt; /* round trip time estimate */ member
|
/freebsd/contrib/ldns-host/ |
H A D | ldns-host.c | 278 size_t *rtt = ldns_resolver_rtt(res); in ldns_resolver_send_to() local
|
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | ftm-initiator.c | 1056 s64 rtt_avg, rtt = res->ftm.rtt_avg; iwl_mvm_ftm_rtt_smoothing() local [all...] |
/freebsd/contrib/unbound/iterator/ |
H A D | iter_utils.c | 262 int rtt, lame, reclame, dnsseclame; iter_filter_unsuitable() local [all...] |
/freebsd/sys/dev/bnxt/bnxt_re/ |
H A D | qplib_sp.h | 191 u16 rtt; member
|