Lines Matching defs:c
45 bpf_testmod_test_struct_arg_1(struct bpf_testmod_struct_arg_2 a, int b, int c) { in bpf_testmod_test_struct_arg_1()
51 bpf_testmod_test_struct_arg_2(int a, struct bpf_testmod_struct_arg_2 b, int c) { in bpf_testmod_test_struct_arg_2()
57 bpf_testmod_test_struct_arg_3(int a, int b, struct bpf_testmod_struct_arg_2 c) { in bpf_testmod_test_struct_arg_3()
64 int c, int d, struct bpf_testmod_struct_arg_2 e) { in bpf_testmod_test_struct_arg_4()
82 bpf_testmod_test_struct_arg_7(u64 a, void *b, short c, int d, void *e, in bpf_testmod_test_struct_arg_7()
91 bpf_testmod_test_struct_arg_8(u64 a, void *b, short c, int d, void *e, in bpf_testmod_test_struct_arg_8()
220 noinline int bpf_testmod_fentry_test3(char a, int b, u64 c) in bpf_testmod_fentry_test3()
225 noinline int bpf_testmod_fentry_test7(u64 a, void *b, short c, int d, in bpf_testmod_fentry_test7()
231 noinline int bpf_testmod_fentry_test11(u64 a, void *b, short c, int d, in bpf_testmod_fentry_test11()
356 __bpf_kfunc u64 bpf_kfunc_call_test1(struct sock *sk, u32 a, u64 b, u32 c, u64 d) in bpf_kfunc_call_test1()
371 __bpf_kfunc long noinline bpf_kfunc_call_test4(signed char a, short b, int c, long d) in bpf_kfunc_call_test4()