Home
last modified time | relevance | path

Searched refs:data_segs_in (Results 1 – 11 of 11) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tcpbpf_kern.c133 global.data_segs_in = skops->data_segs_in; in bpf_testcb()
H A Dtest_sock_fields.c106 dst->data_segs_in = src->data_segs_in; in tpcpy()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsock_fields.c96 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 Dtcpbpf_user.c27 ASSERT_EQ(result->data_segs_in, 1, "data_segs_in"); in verify_result()
/linux/tools/testing/selftests/bpf/
H A Dtest_tcpbpf.h9 __u32 data_segs_in; member
/linux/include/linux/
H A Dtcp.h349 u32 data_segs_in; /* RFC4898 tcpEStatsPerfDataSegsIn member
/linux/net/ipv4/
H A Dtcp_fastopen.c655 if (!tp->data_segs_in) { in tcp_fastopen_active_disable_ofo_check()
H A Dtcp_input.c6422 if (tp->syn_fastopen && !tp->data_segs_in && in tcp_validate_incoming()
/linux/tools/include/uapi/linux/
H A Dbpf.h6583 __u32 data_segs_in; /* RFC4898 tcpEStatsPerfDataSegsIn member
7049 __u32 data_segs_in; member
/linux/include/uapi/linux/
H A Dbpf.h6583 __u32 data_segs_in; /* RFC4898 tcpEStatsPerfDataSegsIn member
7049 __u32 data_segs_in; member
/linux/net/core/
H A Dfilter.c7697 case offsetof(struct bpf_tcp_sock, data_segs_in): in bpf_tcp_sock_convert_ctx_access()
7698 BPF_TCP_SOCK_GET_COMMON(data_segs_in); in bpf_tcp_sock_convert_ctx_access()
11173 case offsetof(struct bpf_sock_ops, data_segs_in): in sock_ops_convert_ctx_access()
11174 SOCK_OPS_GET_TCP_SOCK_FIELD(data_segs_in); in sock_ops_convert_ctx_access()