Lines Matching refs:a
9 int a; member
12 long a; member
17 int a; member
30 int BPF_PROG2(test_struct_arg_1, struct bpf_testmod_struct_arg_2, a, int, b, int, c) in BPF_PROG2() argument
32 t1_a_a = a.a; in BPF_PROG2()
33 t1_a_b = a.b; 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() argument
59 int BPF_PROG2(test_struct_arg_3, int, a, struct bpf_testmod_struct_arg_2, b, int, c) in BPF_PROG2() argument
61 t2_a = a; in BPF_PROG2()
62 t2_b_a = b.a; 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() argument
76 int BPF_PROG2(test_struct_arg_5, int, a, int, b, struct bpf_testmod_struct_arg_2, c) in BPF_PROG2() argument
78 t3_a = a; in BPF_PROG2()
80 t3_c_a = c.a; 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() argument
93 int BPF_PROG2(test_struct_arg_7, struct bpf_testmod_struct_arg_1, a, int, b, in BPF_PROG2() argument
96 t4_a_a = a.a; in BPF_PROG2()
100 t4_e_a = e.a; in BPF_PROG2()
106 int BPF_PROG2(test_struct_arg_8, struct bpf_testmod_struct_arg_1, a, int, b, in BPF_PROG2() argument
127 int BPF_PROG2(test_struct_arg_11, struct bpf_testmod_struct_arg_3 *, a) in BPF_PROG2() argument
129 t6 = a->b[0]; in BPF_PROG2()