Searched refs:bpf_kfunc_call_test2 (Results 1 – 3 of 3) sorted by relevance
89 int bpf_kfunc_call_test2(struct sock *sk, __u32 a, __u32 b) __ksym;
359 __bpf_kfunc int bpf_kfunc_call_test2(struct sock *sk, u32 a, u32 b) in bpf_kfunc_call_test2() function496 BTF_ID_FLAGS(func, bpf_kfunc_call_test2)
36 return bpf_kfunc_call_test2((struct sock *)sk, 1, 2); in kfunc_call_test2()