Home
last modified time | relevance | path

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

/linux-6.8/tools/testing/selftests/bpf/progs/
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
Dtracing_struct.c8 struct bpf_testmod_struct_arg_1 { struct
101 int BPF_PROG2(test_struct_arg_7, struct bpf_testmod_struct_arg_1, a, int, b, in BPF_PROG2() argument
114 int BPF_PROG2(test_struct_arg_8, struct bpf_testmod_struct_arg_1, a, int, b, in BPF_PROG2() argument
/linux-6.8/tools/testing/selftests/bpf/bpf_testmod/
Dbpf_testmod.c24 struct bpf_testmod_struct_arg_1 { struct
63 bpf_testmod_test_struct_arg_4(struct bpf_testmod_struct_arg_1 a, int b, in bpf_testmod_test_struct_arg_4()
100 bpf_testmod_test_arg_ptr_to_struct(struct bpf_testmod_struct_arg_1 *a) { in bpf_testmod_test_arg_ptr_to_struct()
251 struct bpf_testmod_struct_arg_1 struct_arg1 = {10}, struct_arg1_2 = {-1}; in bpf_testmod_test_read()