Home
last modified time | relevance | path

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

/linux-5.19.10/tools/testing/selftests/bpf/progs/
Dmap_kptr_fail.c23 bpf_kfunc_call_test_kptr_get(struct prog_test_ref_kfunc **p, int a, int b) __ksym;
213 bpf_kfunc_call_test_kptr_get((void *)&ctx, 0, 0); in reject_kptr_get_no_map_val()
220 bpf_kfunc_call_test_kptr_get(bpf_map_lookup_elem(&array_map, &(int){0}), 0, 0); in reject_kptr_get_no_null_map_val()
234 bpf_kfunc_call_test_kptr_get((void *)v, 0, 0); in reject_kptr_get_no_kptr()
248 bpf_kfunc_call_test_kptr_get(&v->unref_ptr, 0, 0); in reject_kptr_get_on_unref()
262 bpf_kfunc_call_test_kptr_get((void *)&v->ref_memb_ptr, 0, 0); in reject_kptr_get_bad_type_match()
414 bpf_kfunc_call_test_kptr_get(&v->ref_ptr, 0, 0); in kptr_get_ref_state()
Dmap_kptr.c62 bpf_kfunc_call_test_kptr_get(struct prog_test_ref_kfunc **p, int a, int b) __ksym;
123 p = bpf_kfunc_call_test_kptr_get(&v->ref_ptr, 0, 0); in test_kptr_get()
222 p = bpf_kfunc_call_test_kptr_get(&v->ref_ptr, 0, 0); in test_map_kptr_ref()
/linux-5.19.10/net/bpf/
Dtest_run.c610 bpf_kfunc_call_test_kptr_get(struct prog_test_ref_kfunc **pp, int a, int b) in bpf_kfunc_call_test_kptr_get() function
707 BTF_ID(func, bpf_kfunc_call_test_kptr_get) in BTF_ID()
722 BTF_ID(func, bpf_kfunc_call_test_kptr_get) in BTF_ID()
734 BTF_ID(func, bpf_kfunc_call_test_kptr_get) in BTF_ID()
738 BTF_ID(func, bpf_kfunc_call_test_kptr_get) in BTF_ID()