Home
last modified time | relevance | path

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

/Linux-v6.1/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.c7 extern __u64 bpf_kfunc_call_test1(struct sock *sk, __u32 a, __u64 b,
49 a = bpf_kfunc_call_test1((struct sock *)sk, 1, a | 2, 3, a | 4); in kfunc_call_test1()
/Linux-v6.1/net/bpf/
Dtest_run.c539 u64 noinline bpf_kfunc_call_test1(struct sock *sk, u32 a, u64 b, u32 c, u64 d) in bpf_kfunc_call_test1() function
739 BTF_ID_FLAGS(func, bpf_kfunc_call_test1) in BTF_ID_FLAGS() argument