Searched refs:rtt_min (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/net/ipv4/ |
H A D | tcp_westwood.c | 41 u32 rtt_min; /* minimum observed RTT */ member 71 w->rtt_min = w->rtt = TCP_WESTWOOD_INIT_RTT; in tcp_westwood_init() 151 w->rtt_min = w->rtt; in update_rtt_min() 154 w->rtt_min = min(w->rtt, w->rtt_min); in update_rtt_min() 222 return max_t(u32, (w->bw_est * w->rtt_min) / tp->mss_cache, 2); in tcp_westwood_bw_rttmin() 271 info->vegas.tcpv_minrtt = jiffies_to_usecs(ca->rtt_min); in tcp_westwood_info()
|
H A D | tcp_minisocks.c | 521 minmax_reset(&newtp->rtt_min, tcp_jiffies32, ~0U); in tcp_create_openreq_child()
|
H A D | tcp.c | 427 minmax_reset(&tp->rtt_min, tcp_jiffies32, ~0U); in tcp_init_sock()
|
H A D | tcp_input.c | 3181 minmax_running_min(&tp->rtt_min, wlen, tcp_jiffies32, in tcp_update_rtt_min()
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_sock_fields.c | 90 dst->rtt_min = src->rtt_min; in tpcpy()
|
/openbmc/linux/include/linux/ |
H A D | tcp.h | 295 struct minmax rtt_min; member
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | sock_fields.c | 92 tp->snd_cwnd, tp->srtt_us, tp->rtt_min, tp->snd_ssthresh, in print_tp()
|
/openbmc/linux/include/uapi/linux/ |
H A D | bpf.h | 6222 __u32 rtt_min; member 6645 __u32 rtt_min; member
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | bpf.h | 6225 __u32 rtt_min; member 6648 __u32 rtt_min; member
|
/openbmc/linux/net/core/ |
H A D | filter.c | 7122 case offsetof(struct bpf_tcp_sock, rtt_min): in bpf_tcp_sock_convert_ctx_access() 7123 BUILD_BUG_ON(sizeof_field(struct tcp_sock, rtt_min) != in bpf_tcp_sock_convert_ctx_access() 7129 offsetof(struct tcp_sock, rtt_min) + in bpf_tcp_sock_convert_ctx_access() 10560 case offsetof(struct bpf_sock_ops, rtt_min): in sock_ops_convert_ctx_access() 10561 BUILD_BUG_ON(sizeof_field(struct tcp_sock, rtt_min) != in sock_ops_convert_ctx_access() 10571 offsetof(struct tcp_sock, rtt_min) + in sock_ops_convert_ctx_access()
|
/openbmc/linux/include/net/ |
H A D | tcp.h | 770 return minmax_get(&tp->rtt_min); in tcp_min_rtt()
|