Home
last modified time | relevance | path

Searched refs:bpf_kfunc_call_test1 (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/tools/testing/selftests/bpf/progs/
Dkfunc_call_test_subprog.c8 extern __u64 bpf_kfunc_call_test1(struct sock *sk, __u32 a, __u64 b,
33 return (__u32)bpf_kfunc_call_test1((struct sock *)sk, 1, 2, 3, 4); in f1()
Dkfunc_call_test.c8 extern __u64 bpf_kfunc_call_test1(struct sock *sk, __u32 a, __u64 b,
40 a = bpf_kfunc_call_test1((struct sock *)sk, 1, a | 2, 3, a | 4); in kfunc_call_test1()
/Linux-v5.15/net/bpf/
Dtest_run.c219 u64 noinline bpf_kfunc_call_test1(struct sock *sk, u32 a, u64 b, u32 c, u64 d) in bpf_kfunc_call_test1() function
239 BTF_ID(func, bpf_kfunc_call_test1) in BTF_ID() argument