Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dtracing_struct.c8 struct bpf_testmod_struct_arg_1 { struct
24 struct bpf_testmod_struct_arg_1 arg;
108 int BPF_PROG2(test_struct_arg_7, struct bpf_testmod_struct_arg_1, a, int, b, in BPF_PROG2()
121 int BPF_PROG2(test_struct_arg_8, struct bpf_testmod_struct_arg_1, a, int, b, in BPF_PROG2()
9 abpf_testmod_struct_arg_1 global() argument
93 BPF_PROG2(test_struct_arg_7,struct bpf_testmod_struct_arg_1,a,int,b,int,c,int,d,struct bpf_testmod_struct_arg_2,e) BPF_PROG2() argument
106 BPF_PROG2(test_struct_arg_8,struct bpf_testmod_struct_arg_1,a,int,b,int,c,int,d,struct bpf_testmod_struct_arg_2,e,int,ret) BPF_PROG2() argument
H A Dtest_ldsx_insn.c51 struct bpf_testmod_struct_arg_1 { struct
58 int BPF_PROG2(test_ptr_struct_arg, struct bpf_testmod_struct_arg_1 *, p) in BPF_PROG2() argument
/linux/tools/testing/selftests/bpf/test_kmods/
H A Dbpf_testmod.c41 struct bpf_testmod_struct_arg_1 { struct
69 struct bpf_testmod_struct_arg_1 arg;
99 bpf_testmod_test_struct_arg_4(struct bpf_testmod_struct_arg_1 a, int b, in bpf_testmod_test_struct_arg_4()
159 bpf_testmod_test_arg_ptr_to_struct(struct bpf_testmod_struct_arg_1 *a) { in bpf_testmod_test_arg_ptr_to_struct()
488 struct bpf_testmod_struct_arg_1 struct_arg1 = {10}, struct_arg1_2 = {-1}; in bpf_testmod_test_read()
42 abpf_testmod_struct_arg_1 global() argument