Searched defs:bpf_testmod_struct_arg_4 (Results 1 – 2 of 2) sorted by relevance
/linux/tools/testing/selftests/bpf/progs/ |
H A D | tracing_struct_many_args.c | 6 struct bpf_testmod_struct_arg_4 { struct 24 void *, e, struct bpf_testmod_struct_arg_4, f) in BPF_PROG2() 38 void *, e, struct bpf_testmod_struct_arg_4, f, int, ret) in BPF_PROG2() 46 void *, e, struct bpf_testmod_struct_arg_4, f, int, g) in BPF_PROG2() 61 void *, e, struct bpf_testmod_struct_arg_4, f, int, g, in BPF_PROG2()
|
/linux/tools/testing/selftests/bpf/test_kmods/ |
H A D | bpf_testmod.c | 53 struct bpf_testmod_struct_arg_4 { struct 54 u64 a; 55 int b;
|