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
93 int BPF_PROG2(test_struct_arg_7, struct bpf_testmod_struct_arg_1, a, int, b, in BPF_PROG2() argument
106 int BPF_PROG2(test_struct_arg_8, struct bpf_testmod_struct_arg_1, a, int, b, in 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.c40 struct bpf_testmod_struct_arg_1 { struct
86 bpf_testmod_test_struct_arg_4(struct bpf_testmod_struct_arg_1 a, int b, in bpf_testmod_test_struct_arg_4()
132 bpf_testmod_test_arg_ptr_to_struct(struct bpf_testmod_struct_arg_1 *a) { in bpf_testmod_test_arg_ptr_to_struct()
392 struct bpf_testmod_struct_arg_1 struct_arg1 = {10}, struct_arg1_2 = {-1}; in bpf_testmod_test_read()