Home
last modified time | relevance | path

Searched refs:segs_in (Results 1 - 25 of 25) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dtest_sock_fields.c102 dst->segs_in = src->segs_in; in tpcpy()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dtest_sock_fields.c102 dst->segs_in = src->segs_in; in tpcpy()
/kernel/linux/linux-6.6/include/net/
H A Dtcp.h2300 u16 segs_in; in tcp_segs_in() local
2302 segs_in = max_t(u16, 1, skb_shinfo(skb)->gso_segs); in tcp_segs_in()
2307 WRITE_ONCE(tp->segs_in, tp->segs_in + segs_in); in tcp_segs_in()
2309 WRITE_ONCE(tp->data_segs_in, tp->data_segs_in + segs_in); in tcp_segs_in()
/kernel/linux/linux-5.10/include/net/
H A Dtcp.h2190 u16 segs_in; in tcp_segs_in() local
2192 segs_in = max_t(u16, 1, skb_shinfo(skb)->gso_segs); in tcp_segs_in()
2193 tp->segs_in += segs_in; in tcp_segs_in()
2195 tp->data_segs_in += segs_in; in tcp_segs_in()
/kernel/linux/linux-5.10/include/linux/
H A Dtcp.h166 u32 segs_in; /* RFC4898 tcpEStatsPerfSegsIn member
/kernel/linux/linux-5.10/tools/include/uapi/linux/
H A Dbpf.h4233 __u32 segs_in; /* RFC4898 tcpEStatsPerfSegsIn member
4553 __u32 segs_in; member
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dbpf.h4233 __u32 segs_in; /* RFC4898 tcpEStatsPerfSegsIn member
4553 __u32 segs_in; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dbpf.h654 __u32 segs_in; member
878 __u32 segs_in; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dbpf.h654 __u32 segs_in; member
878 __u32 segs_in; member
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H A Dsock_fields.c89 "retrans_out:%u total_retrans:%u segs_in:%u data_segs_in:%u " in print_tp()
97 tp->segs_in, tp->data_segs_in, tp->segs_out, in print_tp()
/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_fastopen.c198 /* segs_in has been initialized to 1 in tcp_create_openreq_child(). in tcp_fastopen_add_skb()
199 * Hence, reset segs_in to 0 before calling tcp_segs_in() in tcp_fastopen_add_skb()
204 tp->segs_in = 0; in tcp_fastopen_add_skb()
H A Dtcp_minisocks.c483 newtp->segs_in = 1; in tcp_create_openreq_child()
H A Dtcp.c2891 tp->segs_in = 0; in tcp_disconnect()
3656 info->tcpi_segs_in = tp->segs_in; in tcp_get_info()
/kernel/linux/linux-6.6/include/linux/
H A Dtcp.h198 u32 segs_in; /* RFC4898 tcpEStatsPerfSegsIn member
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dsock_fields.c88 "retrans_out:%u total_retrans:%u segs_in:%u data_segs_in:%u " in print_tp()
96 tp->segs_in, tp->data_segs_in, tp->segs_out, in print_tp()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_fastopen.c181 /* segs_in has been initialized to 1 in tcp_create_openreq_child(). in tcp_fastopen_add_skb()
182 * Hence, reset segs_in to 0 before calling tcp_segs_in() in tcp_fastopen_add_skb()
187 tp->segs_in = 0; in tcp_fastopen_add_skb()
H A Dtcp_minisocks.c510 newtp->segs_in = 1; in tcp_create_openreq_child()
H A Dtcp.c3062 tp->segs_in = 0; in tcp_disconnect()
3823 /* segs_in and data_segs_in can be updated from tcp_segs_in() from BH */ in tcp_get_info()
3824 info->tcpi_segs_in = READ_ONCE(tp->segs_in); in tcp_get_info()
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dbpf.h6220 __u32 segs_in; /* RFC4898 tcpEStatsPerfSegsIn member
6636 __u32 segs_in; member
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H A Dbpf.h6220 __u32 segs_in; /* RFC4898 tcpEStatsPerfSegsIn member
6636 __u32 segs_in; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dbpf.h613 __u32 segs_in; member
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H A Dtcp_nip_input.c1012 newtp->segs_in = 1; in tcp_nip_create_openreq_child()
H A Dtcp_nip.c2211 tp->segs_in = 0; in tcp_nip_disconnect()
/kernel/linux/linux-5.10/net/core/
H A Dfilter.c6448 case offsetof(struct bpf_tcp_sock, segs_in): in bpf_tcp_sock_convert_ctx_access()
6449 BPF_TCP_SOCK_GET_COMMON(segs_in); in bpf_tcp_sock_convert_ctx_access()
9550 case offsetof(struct bpf_sock_ops, segs_in): in sock_ops_convert_ctx_access()
9551 SOCK_OPS_GET_TCP_SOCK_FIELD(segs_in); in sock_ops_convert_ctx_access()
/kernel/linux/linux-6.6/net/core/
H A Dfilter.c7120 case offsetof(struct bpf_tcp_sock, segs_in): in bpf_tcp_sock_convert_ctx_access()
7121 BPF_TCP_SOCK_GET_COMMON(segs_in); in bpf_tcp_sock_convert_ctx_access()
10572 case offsetof(struct bpf_sock_ops, segs_in): in sock_ops_convert_ctx_access()
10573 SOCK_OPS_GET_TCP_SOCK_FIELD(segs_in); in sock_ops_convert_ctx_access()

Completed in 107 milliseconds