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

/linux-master/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)
74 int BPF_PROG(test8, struct bpf_fentry_test_t *arg)
H A Dfexit_test.c60 struct bpf_fentry_test_t { struct
66 int BPF_PROG(test7, struct bpf_fentry_test_t *arg)
75 int BPF_PROG(test8, struct bpf_fentry_test_t *arg)
/linux-master/net/bpf/
H A Dtest_run.c541 struct bpf_fentry_test_t { struct
542 struct bpf_fentry_test_t *a;
545 int noinline bpf_fentry_test7(struct bpf_fentry_test_t *arg)
551 int noinline bpf_fentry_test8(struct bpf_fentry_test_t *arg)
667 struct bpf_fentry_test_t arg = {};
684 bpf_fentry_test7((struct bpf_fentry_test_t *)0) != 0 ||

Completed in 126 milliseconds