Home
last modified time | relevance | path

Searched defs:rtt (Results 1 – 25 of 41) sorted by relevance

12

/freebsd/contrib/unbound/util/
H A Drtt.c53 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/crypto/openssl/ssl/quic/
H A Dquic_fc.c256 static int rxfc_should_bump_window_size(QUIC_RXFC *rxfc, OSSL_TIME rtt) in rxfc_should_bump_window_size()
291 OSSL_TIME rtt) in rxfc_adjust_window_size()
311 OSSL_TIME rtt) in rxfc_update_cwm()
329 OSSL_TIME rtt) in rxfc_on_retire()
342 OSSL_TIME rtt) in ossl_quic_rxfc_on_retire()
H A Dquic_rstream.c139 OSSL_TIME rtt; in get_rtt() local
155 OSSL_TIME rtt = get_rtt(qrs); in ossl_quic_rstream_read() local
254 OSSL_TIME rtt = get_rtt(qrs); in ossl_quic_rstream_release_record() local
H A Dquic_ackm.c754 OSSL_RTT_INFO rtt; in ackm_detect_and_remove_lost_pkts() local
833 OSSL_RTT_INFO rtt; in ackm_get_pto_time_and_space() local
955 OSSL_RTT_INFO rtt; in ackm_on_pkts_lost() local
1718 OSSL_RTT_INFO rtt; in ossl_ackm_get_pto_duration() local
H A Dquic_stream_map.c756 OSSL_TIME rtt) in ossl_quic_stream_map_remove_from_accept_queue()
/freebsd/tools/regression/sockets/udp_pingpong/
H A Dudp_pingpong.c94 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 Dibping.c114 uint64_t start, rtt; in ibping() local
205 uint64_t rtt; in main() local
/freebsd/crypto/openssl/test/
H A Dssl_handshake_rtt_test.c53 uint64_t rtt; in test_handshake_rtt() local
H A Dquic_fc_test.c240 #define RX_OP_RETIRE(stream_idx, num_bytes, rtt, expect_fail) \ argument
/freebsd/contrib/ldns/
H A Dresolver.c185 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 Dnet.c504 size_t *rtt; local
/freebsd/sys/netinet/khelp/
H A Dh_ertt.h69 int rtt; member
/freebsd/sys/dev/hyperv/utilities/
H A Dvmbus_timesync.c110 uint64_t hv_ns, vm_ns, rtt = 0; in vmbus_timesync() local
/freebsd/sys/netinet/cc/
H A Dcc_chd.c244 int backoff, new_measurement, qdly, rtt; in chd_ack_received() local
/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c2095 uint32_t rtt, uint32_t line, uint8_t reas, uint16_t cond) in bbr_log_rtt_shrinks()
2159 bbr_log_rtt_sample(struct tcp_bbr *bbr, uint32_t rtt, uint32_t tsin) in bbr_log_rtt_sample()
2907 uint64_t rtt; in __bbr_get_bw() local
3357 bbr_get_bw_delay_prod(uint64_t rtt, uint64_t bw) { in bbr_get_bw_delay_prod()
3409 uint64_t bdp, rtt; in bbr_get_raw_target_cwnd() local
6093 bbr_collapse_rtt(struct tcpcb *tp, struct tcp_bbr *bbr, int32_t rtt) in bbr_collapse_rtt()
6245 uint32_t rtt, tsin; in tcp_bbr_xmit_timer_commit() local
6447 bbr_nf_measurement(struct tcp_bbr *bbr, struct bbr_sendmap *rsm, uint32_t rtt, uint32_t cts) in bbr_nf_measurement()
6561 bbr_google_measurement(struct tcp_bbr *bbr, struct bbr_sendmap *rsm, uint32_t rtt, uint32_t cts) in bbr_google_measurement()
6644 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 Drack.c2904 rack_log_rtt_sample(struct tcp_rack *rack, uint32_t rtt) in rack_log_rtt_sample()
2953 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()
3951 rack_decrease_highrtt(struct tcp_rack *rack, uint32_t curper, uint32_t rtt) in rack_decrease_highrtt()
3988 rack_decrease_bw_mul(struct tcp_rack *rack, int timely_says, uint32_t rtt, int32_t rtt_diff) in rack_decrease_bw_mul()
4111 uint32_t rtt, uint32_t line, uint8_t reas) in rack_log_rtt_shrinks()
4161 rack_set_prtt_target(struct tcp_rack *rack, uint32_t segsiz, uint32_t rtt) in rack_set_prtt_target()
4505 uint32_t rtt, int32_t rtt_diff) in rack_update_multiplier()
4670 rack_make_timely_judgement(struct tcp_rack *rack, uint32_t rtt, int32_t rtt_diff, uint32_t prev_rtt) in rack_make_timely_judgement()
8574 tcp_rack_xmit_timer(struct tcp_rack *rack, int32_t rtt, uint32_t len, uint32_t us_rtt, in tcp_rack_xmit_timer()
8646 int32_t rtt; in tcp_rack_xmit_timer_commit() local
[all …]
/freebsd/contrib/unbound/services/cache/
H A Dinfra.h82 struct rtt_info rtt; global() member
[all...]
H A Dinfra.c740 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 Dsama7g5.dtsi271 rtt: rtc@e001d020 { label
H A Dsam9x60.dtsi1337 rtt: rtc@fffffe20 { label
/freebsd/sys/netinet/
H A Dtcp_input.c366 int rtt; in cc_conn_init() local
3643 tcp_xmit_timer(struct tcpcb *tp, int rtt) in tcp_xmit_timer()
/freebsd/contrib/unbound/services/
H A Doutside_network.c2904 int rtt, vs; global() local
3195 int vs, rtt, timeout; global() local
[all...]
/freebsd/usr.bin/script/
H A Dscript.c103 struct termios rtt, stt; in main() local
/freebsd/sys/rpc/
H A Dclnt_dg.c345 int next_sendtime, starttime, rtt, time_waited, tv = 0; in clnt_dg_call() local
/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Dlocation.h1322 __le32 rtt; global() member
1374 __le32 rtt; global() member
1429 __le32 rtt; global() member
1490 __le32 rtt; global() member
[all...]

12