Searched refs:data_segs_in (Results 1 – 14 of 14) 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/linux/ ! |
| H A D | tcp.h | 336 u32 data_segs_in; /* RFC4898 tcpEStatsPerfDataSegsIn member
|
| /linux/Documentation/networking/net_cachelines/ ! |
| H A D | tcp_sock.rst | 17 u32 data_segs_in read_write tcp_v…
|
| /linux/net/ipv4/ ! |
| H A D | tcp_fastopen.c | 655 if (!tp->data_segs_in) { in tcp_fastopen_active_disable_ofo_check()
|
| H A D | tcp.c | 3499 tp->data_segs_in = 0; in tcp_disconnect() 4350 info->tcpi_data_segs_in = READ_ONCE(tp->data_segs_in); in tcp_get_info() 5248 CACHELINE_ASSERT_GROUP_MEMBER(struct tcp_sock, tcp_sock_write_rx, data_segs_in); in tcp_struct_check()
|
| H A D | tcp_input.c | 6441 if (tp->syn_fastopen && !tp->data_segs_in && in tcp_validate_incoming()
|
| /linux/include/uapi/linux/ ! |
| H A D | bpf.h | 6478 __u32 data_segs_in; /* RFC4898 tcpEStatsPerfDataSegsIn 6933 __u32 data_segs_in; 6450 __u32 data_segs_in; /* RFC4898 tcpEStatsPerfDataSegsIn global() member 6905 __u32 data_segs_in; global() member
|
| /linux/tools/include/uapi/linux/ ! |
| H A D | bpf.h | 6478 __u32 data_segs_in; /* RFC4898 tcpEStatsPerfDataSegsIn 6933 __u32 data_segs_in; 6450 __u32 data_segs_in; /* RFC4898 tcpEStatsPerfDataSegsIn global() member 6905 __u32 data_segs_in; global() member
|
| /linux/include/net/ ! |
| H A D | tcp.h | 2710 WRITE_ONCE(tp->data_segs_in, tp->data_segs_in + segs_in); in tcp_segs_in()
|
| /linux/net/core/ ! |
| H A D | filter.c | 7415 case offsetof(struct bpf_tcp_sock, data_segs_in): in bpf_tcp_sock_convert_ctx_access() 7416 BPF_TCP_SOCK_GET_COMMON(data_segs_in); in bpf_tcp_sock_convert_ctx_access() 10893 case offsetof(struct bpf_sock_ops, data_segs_in): in sock_ops_convert_ctx_access() 10894 SOCK_OPS_GET_TCP_SOCK_FIELD(data_segs_in); in sock_ops_convert_ctx_access()
|