Searched refs:data_segs_in (Results 1 – 11 of 11) sorted by relevance
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | test_tcpbpf_kern.c | 133 global.data_segs_in = skops->data_segs_in; in bpf_testcb()
|
| H A D | test_sock_fields.c | 106 dst->data_segs_in = src->data_segs_in; in tpcpy()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | sock_fields.c | 96 tp->segs_in, tp->data_segs_in, tp->segs_out, in print_tp() 179 listen_tp.data_segs_in || in check_result() 187 srv_tp.data_segs_in || in check_result() 195 cli_tp.data_segs_in != 2 || in check_result()
|
| H A D | tcpbpf_user.c | 27 ASSERT_EQ(result->data_segs_in, 1, "data_segs_in"); in verify_result()
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_tcpbpf.h | 9 __u32 data_segs_in; member
|
| /linux/include/uapi/linux/ |
| H A D | bpf.h | 6450 __u32 data_segs_in; /* RFC4898 tcpEStatsPerfDataSegsIn 6905 __u32 data_segs_in; 6445 __u32 data_segs_in; /* RFC4898 tcpEStatsPerfDataSegsIn global() member 6900 __u32 data_segs_in; global() member
|
| /linux/tools/include/uapi/linux/ |
| H A D | bpf.h | 6450 __u32 data_segs_in; /* RFC4898 tcpEStatsPerfDataSegsIn 6905 __u32 data_segs_in; 6445 __u32 data_segs_in; /* RFC4898 tcpEStatsPerfDataSegsIn global() member 6900 __u32 data_segs_in; global() member
|
| /linux/include/net/ |
| H A D | tcp.h | 2653 WRITE_ONCE(tp->data_segs_in, tp->data_segs_in + segs_in); in tcp_segs_in()
|
| /linux/net/ipv4/ |
| H A D | tcp.c | 3445 tp->data_segs_in = 0; in tcp_disconnect() 4296 info->tcpi_data_segs_in = READ_ONCE(tp->data_segs_in); in tcp_get_info() 5186 CACHELINE_ASSERT_GROUP_MEMBER(struct tcp_sock, tcp_sock_write_rx, data_segs_in); in tcp_struct_check()
|
| H A D | tcp_input.c | 6209 if (tp->syn_fastopen && !tp->data_segs_in && in tcp_validate_incoming()
|
| /linux/net/core/ |
| H A D | filter.c | 7407 case offsetof(struct bpf_tcp_sock, data_segs_in): in bpf_tcp_sock_convert_ctx_access() 7408 BPF_TCP_SOCK_GET_COMMON(data_segs_in); in bpf_tcp_sock_convert_ctx_access() 10885 case offsetof(struct bpf_sock_ops, data_segs_in): in sock_ops_convert_ctx_access() 10886 SOCK_OPS_GET_TCP_SOCK_FIELD(data_segs_in); in sock_ops_convert_ctx_access()
|