Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/bpf/progs/
Dtest_tcpbpf_kern.c147 global.data_segs_in = skops->data_segs_in; in bpf_testcb()
Dtest_sock_fields.c102 dst->data_segs_in = src->data_segs_in; in tpcpy()
/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/
Dsock_fields.c86 tp->segs_in, tp->data_segs_in, tp->segs_out, in print_tp()
164 listen_tp.data_segs_in || in check_result()
172 srv_tp.data_segs_in || in check_result()
180 cli_tp.data_segs_in != 2 || in check_result()
Dtcpbpf_user.c31 ASSERT_EQ(result->data_segs_in, 1, "data_segs_in"); in verify_result()
/Linux-v5.15/tools/testing/selftests/bpf/
Dtest_tcpbpf.h9 __u32 data_segs_in; member
/Linux-v5.15/include/linux/
Dtcp.h169 u32 data_segs_in; /* RFC4898 tcpEStatsPerfDataSegsIn member
/Linux-v5.15/include/uapi/linux/
Dbpf.h5375 __u32 data_segs_in; /* RFC4898 tcpEStatsPerfDataSegsIn member
5713 __u32 data_segs_in; member
/Linux-v5.15/tools/include/uapi/linux/
Dbpf.h5375 __u32 data_segs_in; /* RFC4898 tcpEStatsPerfDataSegsIn member
5713 __u32 data_segs_in; member
/Linux-v5.15/net/ipv4/
Dtcp_fastopen.c565 if (!tp->data_segs_in) { in tcp_fastopen_active_disable_ofo_check()
Dtcp.c3024 tp->data_segs_in = 0; in tcp_disconnect()
3779 info->tcpi_data_segs_in = tp->data_segs_in; in tcp_get_info()
Dtcp_input.c5709 if (tp->syn_fastopen && !tp->data_segs_in && in tcp_validate_incoming()
/Linux-v5.15/include/net/
Dtcp.h2161 tp->data_segs_in += segs_in; in tcp_segs_in()
/Linux-v5.15/net/core/
Dfilter.c6556 case offsetof(struct bpf_tcp_sock, data_segs_in): in bpf_tcp_sock_convert_ctx_access()
6557 BPF_TCP_SOCK_GET_COMMON(data_segs_in); in bpf_tcp_sock_convert_ctx_access()
9663 case offsetof(struct bpf_sock_ops, data_segs_in): in sock_ops_convert_ctx_access()
9664 SOCK_OPS_GET_TCP_SOCK_FIELD(data_segs_in); in sock_ops_convert_ctx_access()