Searched refs:rtt_min (Results 1 – 8 of 8) sorted by relevance
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | test_sock_fields.c | 93 dst->rtt_min = src->rtt_min; in tpcpy()
|
| /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()
|
| /linux/include/linux/ |
| H A D | tcp.h | 249 struct minmax rtt_min; member
|
| /linux/tools/include/uapi/linux/ |
| H A D | bpf.h | 6568 __u32 rtt_min; member 7036 __u32 rtt_min; member
|
| /linux/include/uapi/linux/ |
| H A D | bpf.h | 6568 __u32 rtt_min; member 7036 __u32 rtt_min; member
|
| /linux/net/ipv4/ |
| H A D | tcp_minisocks.c | 586 minmax_reset(&newtp->rtt_min, tcp_jiffies32, ~0U); in tcp_create_openreq_child()
|
| H A D | tcp_input.c | 3455 minmax_running_min(&tp->rtt_min, wlen, tcp_jiffies32, in tcp_update_rtt_min()
|
| /linux/net/core/ |
| H A D | filter.c | 7645 case offsetof(struct bpf_tcp_sock, rtt_min): in bpf_tcp_sock_convert_ctx_access() 7646 BUILD_BUG_ON(sizeof_field(struct tcp_sock, rtt_min) != in bpf_tcp_sock_convert_ctx_access() 7652 offsetof(struct tcp_sock, rtt_min) + in bpf_tcp_sock_convert_ctx_access() 11107 case offsetof(struct bpf_sock_ops, rtt_min): in sock_ops_convert_ctx_access() 11108 BUILD_BUG_ON(sizeof_field(struct tcp_sock, rtt_min) != in sock_ops_convert_ctx_access() 11118 offsetof(struct tcp_sock, rtt_min) + in sock_ops_convert_ctx_access()
|