Searched defs:bpf_testmod_struct_arg_1 (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/tools/testing/selftests/bpf/progs/ |
A D | tracing_struct.c | 8 struct bpf_testmod_struct_arg_1 { struct 9 int a; 87 int BPF_PROG2(test_struct_arg_7, struct bpf_testmod_struct_arg_1, a, int, b, in BPF_PROG2() 100 int BPF_PROG2(test_struct_arg_8, struct bpf_testmod_struct_arg_1, a, int, b, in BPF_PROG2()
|
/linux-6.3-rc2/tools/testing/selftests/bpf/bpf_testmod/ |
A D | bpf_testmod.c | 23 struct bpf_testmod_struct_arg_1 { struct 24 int a;
|
Completed in 6 milliseconds