Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/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-6.15/tools/testing/selftests/bpf/
H A Dtest_tcpbpf.h9 __u32 data_segs_in; member
/linux-6.15/Documentation/networking/net_cachelines/
H A Dtcp_sock.rst17 u32 data_segs_in read_write tcp_v…
/linux-6.15/include/linux/
H A Dtcp.h321 u32 data_segs_in; /* RFC4898 tcpEStatsPerfDataSegsIn member
/linux-6.15/net/ipv4/
H A Dtcp_fastopen.c564 if (!tp->data_segs_in) { in tcp_fastopen_active_disable_ofo_check()
H A Dtcp.c3389 tp->data_segs_in = 0; in tcp_disconnect()
4204 info->tcpi_data_segs_in = READ_ONCE(tp->data_segs_in); in tcp_get_info()
5101 CACHELINE_ASSERT_GROUP_MEMBER(struct tcp_sock, tcp_sock_write_rx, data_segs_in); in tcp_struct_check()
H A Dtcp_input.c6068 if (tp->syn_fastopen && !tp->data_segs_in && in tcp_validate_incoming()
/linux-6.15/tools/include/uapi/linux/
H A Dbpf.h6391 __u32 data_segs_in; /* RFC4898 tcpEStatsPerfDataSegsIn member
6832 __u32 data_segs_in; member
/linux-6.15/include/uapi/linux/
H A Dbpf.h6391 __u32 data_segs_in; /* RFC4898 tcpEStatsPerfDataSegsIn member
6832 __u32 data_segs_in; member
/linux-6.15/include/net/
H A Dtcp.h2609 WRITE_ONCE(tp->data_segs_in, tp->data_segs_in + segs_in); in tcp_segs_in()
/linux-6.15/net/core/
H A Dfilter.c7292 case offsetof(struct bpf_tcp_sock, data_segs_in): in bpf_tcp_sock_convert_ctx_access()
7293 BPF_TCP_SOCK_GET_COMMON(data_segs_in); in bpf_tcp_sock_convert_ctx_access()
10761 case offsetof(struct bpf_sock_ops, data_segs_in): in sock_ops_convert_ctx_access()
10762 SOCK_OPS_GET_TCP_SOCK_FIELD(data_segs_in); in sock_ops_convert_ctx_access()