Searched refs:data_segs_in (Results 1 – 13 of 13) sorted by relevance
146 global.data_segs_in = skops->data_segs_in; in bpf_testcb()
103 dst->data_segs_in = src->data_segs_in; in tpcpy()
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()
27 ASSERT_EQ(result->data_segs_in, 1, "data_segs_in"); in verify_result()
9 __u32 data_segs_in; member
199 u32 data_segs_in; /* RFC4898 tcpEStatsPerfDataSegsIn member
561 if (!tp->data_segs_in) { in tcp_fastopen_active_disable_ofo_check()
3170 tp->data_segs_in = 0; in tcp_disconnect()3928 info->tcpi_data_segs_in = READ_ONCE(tp->data_segs_in); in tcp_get_info()
5785 if (tp->syn_fastopen && !tp->data_segs_in && in tcp_validate_incoming()
6075 __u32 data_segs_in; /* RFC4898 tcpEStatsPerfDataSegsIn member6433 __u32 data_segs_in; member
2258 WRITE_ONCE(tp->data_segs_in, tp->data_segs_in + segs_in); in tcp_segs_in()
6946 case offsetof(struct bpf_tcp_sock, data_segs_in): in bpf_tcp_sock_convert_ctx_access()6947 BPF_TCP_SOCK_GET_COMMON(data_segs_in); in bpf_tcp_sock_convert_ctx_access()10403 case offsetof(struct bpf_sock_ops, data_segs_in): in sock_ops_convert_ctx_access()10404 SOCK_OPS_GET_TCP_SOCK_FIELD(data_segs_in); in sock_ops_convert_ctx_access()
Completed in 107 milliseconds