Searched defs:bpf_testmod_struct_arg_4 (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | tracing_struct.c | 21 struct bpf_testmod_struct_arg_4 { struct 22 u64 a; 23 int b; 143 void *, e, struct bpf_testmod_struct_arg_4, f) in BPF_PROG2() 157 void *, e, struct bpf_testmod_struct_arg_4, f, int, ret) in BPF_PROG2() 165 void *, e, struct bpf_testmod_struct_arg_4, f, int, g) in BPF_PROG2() 180 void *, e, struct bpf_testmod_struct_arg_4, f, int, g, in BPF_PROG2()
|
/openbmc/linux/tools/testing/selftests/bpf/bpf_testmod/ |
H A D | bpf_testmod.c | 38 struct bpf_testmod_struct_arg_4 { struct 39 u64 a; 40 int b;
|