data_segs_in      162 include/linux/tcp.h 	u32	data_segs_in;	/* RFC4898 tcpEStatsPerfDataSegsIn
data_segs_in     2116 include/net/tcp.h 		tp->data_segs_in += segs_in;
data_segs_in     3095 include/uapi/linux/bpf.h 	__u32 data_segs_in;	/* RFC4898 tcpEStatsPerfDataSegsIn
data_segs_in     3348 include/uapi/linux/bpf.h 	__u32 data_segs_in;
data_segs_in     5657 net/core/filter.c 	case offsetof(struct bpf_tcp_sock, data_segs_in):
data_segs_in     5658 net/core/filter.c 		BPF_TCP_SOCK_GET_COMMON(data_segs_in);
data_segs_in     8269 net/core/filter.c 	case offsetof(struct bpf_sock_ops, data_segs_in):
data_segs_in     8270 net/core/filter.c 		SOCK_OPS_GET_TCP_SOCK_FIELD(data_segs_in);
data_segs_in     2655 net/ipv4/tcp.c 	tp->data_segs_in = 0;
data_segs_in     3309 net/ipv4/tcp.c 	info->tcpi_data_segs_in = tp->data_segs_in;
data_segs_in      531 net/ipv4/tcp_fastopen.c 	if (!tp->data_segs_in) {
data_segs_in     5498 net/ipv4/tcp_input.c 			if (tp->syn_fastopen && !tp->data_segs_in &&
data_segs_in     3095 tools/include/uapi/linux/bpf.h 	__u32 data_segs_in;	/* RFC4898 tcpEStatsPerfDataSegsIn
data_segs_in     3348 tools/include/uapi/linux/bpf.h 	__u32 data_segs_in;
data_segs_in      124 tools/testing/selftests/bpf/progs/test_sock_fields_kern.c 	dst->data_segs_in = src->data_segs_in;
data_segs_in      129 tools/testing/selftests/bpf/progs/test_tcpbpf_kern.c 				g.data_segs_in = skops->data_segs_in;
data_segs_in      117 tools/testing/selftests/bpf/test_sock_fields.c 	       tp->segs_in, tp->data_segs_in, tp->segs_out,
data_segs_in      224 tools/testing/selftests/bpf/test_sock_fields.c 	      listen_tp.data_segs_in ||
data_segs_in      231 tools/testing/selftests/bpf/test_sock_fields.c 	      srv_tp.data_segs_in ||
data_segs_in      239 tools/testing/selftests/bpf/test_sock_fields.c 	      cli_tp.data_segs_in != 2 ||
data_segs_in        9 tools/testing/selftests/bpf/test_tcpbpf.h 	__u32 data_segs_in;
data_segs_in       46 tools/testing/selftests/bpf/test_tcpbpf_user.c 	EXPECT_EQ(1, result->data_segs_in, PRIu32);