Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/bpf/progs/
Dtracing_struct.c24 int BPF_PROG2(test_struct_arg_1, struct bpf_testmod_struct_arg_2, a, int, b, int, c) in BPF_PROG2() function
34 int BPF_PROG2(test_struct_arg_2, struct bpf_testmod_struct_arg_2, a, int, b, int, c, int, ret) in BPF_PROG2() function
53 int BPF_PROG2(test_struct_arg_3, int, a, struct bpf_testmod_struct_arg_2, b, int, c) in BPF_PROG2() function
63 int BPF_PROG2(test_struct_arg_4, int, a, struct bpf_testmod_struct_arg_2, b, int, c, int, ret) in BPF_PROG2() function
70 int BPF_PROG2(test_struct_arg_5, int, a, int, b, struct bpf_testmod_struct_arg_2, c) in BPF_PROG2() function
80 int BPF_PROG2(test_struct_arg_6, int, a, int, b, struct bpf_testmod_struct_arg_2, c, int, ret) in BPF_PROG2() function
87 int BPF_PROG2(test_struct_arg_7, struct bpf_testmod_struct_arg_1, a, int, b, in BPF_PROG2() function
100 int BPF_PROG2(test_struct_arg_8, struct bpf_testmod_struct_arg_1, a, int, b, in BPF_PROG2() function
108 int BPF_PROG2(test_struct_arg_9) in BPF_PROG2() function
114 int BPF_PROG2(test_struct_arg_10, int, ret) in BPF_PROG2() function
Dtimer.c123 int BPF_PROG2(test1, int, a) in BPF_PROG2() function
239 int BPF_PROG2(test2, int, a, int, b) in BPF_PROG2() function
/linux-6.1.9/tools/lib/bpf/
Dbpf_tracing.h537 #define BPF_PROG2(name, args...) \ macro