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/ |
D | map_kptr_fail.c | 23 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()
|
D | map_kptr.c | 62 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/ |
D | test_run.c | 610 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()
|