Home
last modified time | relevance | path

Searched refs:bpf_fentry_test_t (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
A Dfentry_test.c59 struct bpf_fentry_test_t { struct
60 struct bpf_fentry_test_t *a; argument
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()
A Dfexit_test.c60 struct bpf_fentry_test_t { struct
66 int BPF_PROG(test7, struct bpf_fentry_test_t *arg) in BPF_PROG() argument
75 int BPF_PROG(test8, struct bpf_fentry_test_t *arg) in BPF_PROG()
/linux/net/bpf/
A Dtest_run.c200 struct bpf_fentry_test_t { struct
201 struct bpf_fentry_test_t *a; argument
204 int noinline bpf_fentry_test7(struct bpf_fentry_test_t *arg) in bpf_fentry_test7()
209 int noinline bpf_fentry_test8(struct bpf_fentry_test_t *arg) in bpf_fentry_test8()
281 struct bpf_fentry_test_t arg = {}; in bpf_prog_test_run_tracing()
298 bpf_fentry_test7((struct bpf_fentry_test_t *)0) != 0 || in bpf_prog_test_run_tracing()

Completed in 6 milliseconds