Home
last modified time | relevance | path

Searched refs:bpf_fentry_test_t (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dfentry_test.c59 struct bpf_fentry_test_t { struct
60 struct bpf_fentry_test_t *a;
65 int BPF_PROG(test7, struct bpf_fentry_test_t *arg) in BPF_PROG()
74 int BPF_PROG(test8, struct bpf_fentry_test_t *arg) in BPF_PROG()
H A Dfexit_test.c60 struct bpf_fentry_test_t { struct
66 int BPF_PROG(test7, struct bpf_fentry_test_t *arg) in BPF_PROG()
75 int BPF_PROG(test8, struct bpf_fentry_test_t *arg) in BPF_PROG()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dfentry_test.c59 struct bpf_fentry_test_t { struct
60 struct bpf_fentry_test_t *a;
65 int BPF_PROG(test7, struct bpf_fentry_test_t *arg) in BPF_PROG()
74 int BPF_PROG(test8, struct bpf_fentry_test_t *arg) in BPF_PROG()
H A Dfexit_test.c60 struct bpf_fentry_test_t { struct
66 int BPF_PROG(test7, struct bpf_fentry_test_t *arg) in BPF_PROG()
75 int BPF_PROG(test8, struct bpf_fentry_test_t *arg) in BPF_PROG()
/kernel/linux/linux-5.10/net/bpf/
H A Dtest_run.c155 struct bpf_fentry_test_t { struct
156 struct bpf_fentry_test_t *a;
159 int noinline bpf_fentry_test7(struct bpf_fentry_test_t *arg) in bpf_fentry_test7()
164 int noinline bpf_fentry_test8(struct bpf_fentry_test_t *arg) in bpf_fentry_test8()
208 struct bpf_fentry_test_t arg = {}; in bpf_prog_test_run_tracing()
225 bpf_fentry_test7((struct bpf_fentry_test_t *)0) != 0 || in bpf_prog_test_run_tracing()
/kernel/linux/linux-6.6/net/bpf/
H A Dtest_run.c540 struct bpf_fentry_test_t { struct
541 struct bpf_fentry_test_t *a;
544 int noinline bpf_fentry_test7(struct bpf_fentry_test_t *arg) in bpf_fentry_test7()
550 int noinline bpf_fentry_test8(struct bpf_fentry_test_t *arg) in bpf_fentry_test8()
655 struct bpf_fentry_test_t arg = {}; in bpf_prog_test_run_tracing()
672 bpf_fentry_test7((struct bpf_fentry_test_t *)0) != 0 || in bpf_prog_test_run_tracing()

Completed in 5 milliseconds