Home
last modified time | relevance | path

Searched defs:BPF_PROG2 (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtracing_struct.c38 int BPF_PROG2(test_struct_arg_1, struct bpf_testmod_struct_arg_2, a, int, b, int, c) in BPF_PROG2() function
48 int BPF_PROG2(test_struct_arg_2, struct bpf_testmod_struct_arg_2, a, int, b, int, c, int, ret) in BPF_PROG2() function
67 int BPF_PROG2(test_struct_arg_3, int, a, struct bpf_testmod_struct_arg_2, b, int, c) in BPF_PROG2() function
77 int BPF_PROG2(test_struct_arg_4, int, a, struct bpf_testmod_struct_arg_2, b, int, c, int, ret) in BPF_PROG2() function
84 int BPF_PROG2(test_struct_arg_5, int, a, int, b, struct bpf_testmod_struct_arg_2, c) in BPF_PROG2() function
94 int BPF_PROG2(test_struct_arg_6, int, a, int, b, struct bpf_testmod_struct_arg_2, c, int, ret) in BPF_PROG2() function
101 int BPF_PROG2(test_struct_arg_7, struct bpf_testmod_struct_arg_1, a, int, b, in BPF_PROG2() function
114 int BPF_PROG2(test_struct_arg_8, struct bpf_testmod_struct_arg_1, a, int, b, in BPF_PROG2() function
122 int BPF_PROG2(test_struct_arg_9) in BPF_PROG2() function
128 int BPF_PROG2(test_struct_arg_10, int, ret) in BPF_PROG2() function
[all …]
H A Dtimer.c131 int BPF_PROG2(test1, int, a) in BPF_PROG2() function
247 int BPF_PROG2(test2, int, a, int, b) in BPF_PROG2() function
314 int BPF_PROG2(test3, int, a) in BPF_PROG2() function
H A Dtimer_failure.c34 int BPF_PROG2(test_ret_1, int, a) in BPF_PROG2() function
H A Dtest_ldsx_insn.c56 int BPF_PROG2(test_ptr_struct_arg, struct bpf_testmod_struct_arg_1 *, p) in BPF_PROG2() function
/openbmc/linux/tools/lib/bpf/
H A Dbpf_tracing.h775 #define BPF_PROG2(name, args...) \ macro