Lines Matching defs:int
9 int a;
17 int a;
18 int b[];
28 int a;
39 int t6;
45 int BPF_PROG2(test_struct_arg_1, struct bpf_testmod_struct_arg_2, a, int, b, int, c)
55 int BPF_PROG2(test_struct_arg_2, struct bpf_testmod_struct_arg_2, a, int, b, int, c, int, ret)
64 t1_reg2 = (int)t1_reg2;
67 t1_reg3 = (int)t1_reg3;
74 int BPF_PROG2(test_struct_arg_3, int, a, struct bpf_testmod_struct_arg_2, b, int, c)
84 int BPF_PROG2(test_struct_arg_4, int, a, struct bpf_testmod_struct_arg_2, b, int, c, int, ret)
91 int BPF_PROG2(test_struct_arg_5, int, a, int, b, struct bpf_testmod_struct_arg_2, c)
101 int BPF_PROG2(test_struct_arg_6, int, a, int, b, struct bpf_testmod_struct_arg_2, c, int, ret)
108 int BPF_PROG2(test_struct_arg_7, struct bpf_testmod_struct_arg_1, a, int, b,
109 int, c, int, d, struct bpf_testmod_struct_arg_2, e)
121 int BPF_PROG2(test_struct_arg_8, struct bpf_testmod_struct_arg_1, a, int, b,
122 int, c, int, d, struct bpf_testmod_struct_arg_2, e, int, ret)
129 int BPF_PROG2(test_struct_arg_9)
135 int BPF_PROG2(test_struct_arg_10, int, ret)
142 int BPF_PROG2(test_struct_arg_11, struct bpf_testmod_struct_arg_3 *, a)
149 int BPF_PROG2(test_union_arg_1, union bpf_testmod_union_arg_1, a, int, b, int, c)
158 int BPF_PROG2(test_union_arg_2, int, a, union bpf_testmod_union_arg_2, b)