Home
last modified time | relevance | path

Searched defs:bpf_testmod_struct_arg_2 (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dtracing_struct.c11 struct bpf_testmod_struct_arg_2 { struct
30 int BPF_PROG2(test_struct_arg_1, struct bpf_testmod_struct_arg_2, a, int, b, int, c) in BPF_PROG2()
40 int BPF_PROG2(test_struct_arg_2, struct bpf_testmod_struct_arg_2, a, int, b, int, c, int, ret) in BPF_PROG2()
59 int BPF_PROG2(test_struct_arg_3, int, a, struct bpf_testmod_struct_arg_2, b, int, c) in BPF_PROG2()
69 int BPF_PROG2(test_struct_arg_4, int, a, struct bpf_testmod_struct_arg_2, b, int, c, int, ret) in BPF_PROG2()
76 int BPF_PROG2(test_struct_arg_5, int, a, int, b, struct bpf_testmod_struct_arg_2, c) in BPF_PROG2()
86 int BPF_PROG2(test_struct_arg_6, int, a, int, b, struct bpf_testmod_struct_arg_2, c, int, ret) in BPF_PROG2()
94 int, c, int, d, struct bpf_testmod_struct_arg_2, e) in BPF_PROG2()
107 int, c, int, d, struct bpf_testmod_struct_arg_2, e, int, ret) in BPF_PROG2()
/linux/tools/testing/selftests/bpf/bpf_testmod/
H A Dbpf_testmod.c43 struct bpf_testmod_struct_arg_2 { argument
42 struct bpf_testmod_struct_arg_2 { global() struct
67 bbpf_testmod_struct_arg_2 bpf_testmod_test_struct_arg_1() argument