Home
last modified time | relevance | path

Searched refs:bpf_tcp_sock (Results 1 – 25 of 150) sorted by relevance

123456

/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/progs/
H A Dtest_sock_fields.c45 struct bpf_tcp_sock listen_tp = {};
47 struct bpf_tcp_sock cli_tp = {};
48 struct bpf_tcp_sock srv_tp = {};
85 static void tpcpy(struct bpf_tcp_sock *dst, in tpcpy()
86 const struct bpf_tcp_sock *src) in tpcpy()
126 struct bpf_tcp_sock *tp, *tp_ret; in egress_read_sock_fields()
166 tp = bpf_tcp_sock(sk); in egress_read_sock_fields()
220 struct bpf_tcp_sock *tp; in ingress_read_sock_fields()
244 tp = bpf_tcp_sock(sk); in ingress_read_sock_fields()
H A Dtcp_rtt.c26 struct bpf_tcp_sock *tcp_sk; in _sockops()
47 tcp_sk = bpf_tcp_sock(sk); in _sockops()
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/verifier/
H A Dsock.c328 BPF_LDX_MEM(BPF_W, BPF_REG_0, BPF_REG_0, offsetof(struct bpf_tcp_sock, snd_cwnd)),
346 BPF_LDX_MEM(BPF_W, BPF_REG_0, BPF_REG_0, offsetof(struct bpf_tcp_sock, snd_cwnd)),
363 BPF_LDX_MEM(BPF_DW, BPF_REG_0, BPF_REG_0, offsetof(struct bpf_tcp_sock, bytes_acked)),
380 BPF_LDX_MEM(BPF_DW, BPF_REG_0, BPF_REG_0, offsetofend(struct bpf_tcp_sock, bytes_acked)),
402 BPF_LDX_MEM(BPF_W, BPF_REG_0, BPF_REG_0, offsetof(struct bpf_tcp_sock, snd_cwnd)),
H A Dref_tracking.c811 BPF_LDX_MEM(BPF_W, BPF_REG_0, BPF_REG_7, offsetof(struct bpf_tcp_sock, snd_cwnd)),
958 BPF_LDX_MEM(BPF_W, BPF_REG_0, BPF_REG_8, offsetof(struct bpf_tcp_sock, snd_cwnd)),
/aosp_15_r20/external/libbpf/src/
H A Dbpf_helper_defs.h16 struct bpf_tcp_sock;
2450 static struct bpf_tcp_sock *(* const bpf_tcp_sock)(struct bpf_sock *sk) = (void *) 96; variable
/aosp_15_r20/out/soong/.intermediates/external/libbpf/libbpf_headers/gen/bpf/
Dbpf_helper_defs.h16 struct bpf_tcp_sock;
2450 static struct bpf_tcp_sock *(* const bpf_tcp_sock)(struct bpf_sock *sk) = (void *) 96; variable
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
H A Dsock_fields.c83 static void print_tp(const struct bpf_tcp_sock *tp, const char *prefix) in print_tp()
103 struct bpf_tcp_sock srv_tp, cli_tp, listen_tp; in check_result()
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/bionic/libc/kernel/uapi/linux/
Dbpf.h650 struct bpf_tcp_sock { struct
/aosp_15_r20/prebuilts/vndk/v31/arm/include/bionic/libc/kernel/uapi/linux/
Dbpf.h650 struct bpf_tcp_sock { struct
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/bionic/libc/kernel/uapi/linux/
Dbpf.h650 struct bpf_tcp_sock { struct
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/bionic/libc/kernel/uapi/linux/
Dbpf.h650 struct bpf_tcp_sock { struct
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/bionic/libc/kernel/uapi/linux/
Dbpf.h650 struct bpf_tcp_sock { struct
/aosp_15_r20/prebuilts/vndk/v32/arm/include/bionic/libc/kernel/uapi/linux/
Dbpf.h650 struct bpf_tcp_sock { struct
/aosp_15_r20/prebuilts/vndk/v32/x86/include/bionic/libc/kernel/uapi/linux/
Dbpf.h650 struct bpf_tcp_sock { struct
/aosp_15_r20/prebuilts/vndk/v31/x86/include/bionic/libc/kernel/uapi/linux/
Dbpf.h650 struct bpf_tcp_sock { struct
/aosp_15_r20/prebuilts/vndk/v33/x86/include/bionic/libc/kernel/uapi/linux/
Dbpf.h677 struct bpf_tcp_sock { struct
/aosp_15_r20/prebuilts/vndk/v33/arm/include/bionic/libc/kernel/uapi/linux/
Dbpf.h677 struct bpf_tcp_sock { struct
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/bionic/libc/kernel/uapi/linux/
Dbpf.h677 struct bpf_tcp_sock { struct
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/bionic/libc/kernel/uapi/linux/
Dbpf.h677 struct bpf_tcp_sock { struct
/aosp_15_r20/prebuilts/vndk/v34/x86/include/bionic/libc/kernel/uapi/linux/
Dbpf.h736 struct bpf_tcp_sock { struct
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/bionic/libc/kernel/uapi/linux/
Dbpf.h736 struct bpf_tcp_sock { struct
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/bionic/libc/kernel/uapi/linux/
Dbpf.h736 struct bpf_tcp_sock { struct
/aosp_15_r20/prebuilts/vndk/v34/arm/include/bionic/libc/kernel/uapi/linux/
Dbpf.h736 struct bpf_tcp_sock { struct
/aosp_15_r20/prebuilts/build-tools/sysroots/x86_64-unknown-linux-musl/include/linux/
H A Dbpf.h872 struct bpf_tcp_sock { struct
/aosp_15_r20/bionic/libc/kernel/uapi/linux/
H A Dbpf.h872 struct bpf_tcp_sock { struct

123456