Searched refs:bpf_kfunc_call_test1 (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | kfunc_call_test_subprog.c | 28 return (__u32)bpf_kfunc_call_test1((struct sock *)sk, 1, 2, 3, 4); in f1()
|
H A D | kfunc_call_test.c | 53 a = bpf_kfunc_call_test1((struct sock *)sk, 1, a | 2, 3, a | 4); in kfunc_call_test1()
|
/openbmc/linux/tools/testing/selftests/bpf/bpf_testmod/ |
H A D | bpf_testmod_kfunc.h | 87 __u64 bpf_kfunc_call_test1(struct sock *sk, __u32 a, __u64 b,
|
H A D | bpf_testmod.c | 354 __bpf_kfunc u64 bpf_kfunc_call_test1(struct sock *sk, u32 a, u64 b, u32 c, u64 d) in bpf_kfunc_call_test1() function 495 BTF_ID_FLAGS(func, bpf_kfunc_call_test1)
|