Searched refs:bpf_kfunc_dynptr_test (Results 1 – 3 of 3) sorted by relevance
15 bpf_kfunc_dynptr_test(&data, NULL); in kfunc_dynptr_nullable_test1()26 bpf_kfunc_dynptr_test(&data, &data); in kfunc_dynptr_nullable_test2()38 bpf_kfunc_dynptr_test(NULL, &data); in kfunc_dynptr_nullable_test3()
142 void bpf_kfunc_dynptr_test(struct bpf_dynptr *ptr, struct bpf_dynptr *ptr__nullable) __ksym;
182 __bpf_kfunc void bpf_kfunc_dynptr_test(struct bpf_dynptr *ptr, in bpf_kfunc_dynptr_test() function614 BTF_ID_FLAGS(func, bpf_kfunc_dynptr_test)