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

/linux-master/tools/testing/selftests/bpf/progs/
H A Dbtf_type_tag_user.c7 struct bpf_testmod_btf_type_tag_1 { struct
12 struct bpf_testmod_btf_type_tag_1 *p;
18 int BPF_PROG(test_user1, struct bpf_testmod_btf_type_tag_1 *arg)
H A Dbtf_type_tag_percpu.c7 struct bpf_testmod_btf_type_tag_1 { struct
12 struct bpf_testmod_btf_type_tag_1 *p;
18 int BPF_PROG(test_percpu1, struct bpf_testmod_btf_type_tag_1 *arg)
/linux-master/tools/testing/selftests/bpf/bpf_testmod/
H A Dbpf_testmod.c145 struct bpf_testmod_btf_type_tag_1 { struct
150 struct bpf_testmod_btf_type_tag_1 __user *p;
154 struct bpf_testmod_btf_type_tag_1 __percpu *p;
158 bpf_testmod_test_btf_type_tag_user_1(struct bpf_testmod_btf_type_tag_1 __user *arg) {
171 bpf_testmod_test_btf_type_tag_percpu_1(struct bpf_testmod_btf_type_tag_1 __percpu *arg) {

Completed in 123 milliseconds