Home
last modified time | relevance | path

Searched refs:bpf_kfunc_call_test_release (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/tools/testing/selftests/bpf/progs/
Dmap_kptr.c63 extern void bpf_kfunc_call_test_release(struct prog_test_ref_kfunc *p) __ksym;
98 bpf_kfunc_call_test_release(p); in test_kptr_ref()
103 bpf_kfunc_call_test_release(p); in test_kptr_ref()
113 bpf_kfunc_call_test_release(p); in test_kptr_ref()
116 bpf_kfunc_call_test_release(p); in test_kptr_ref()
127 bpf_kfunc_call_test_release(p); in test_kptr_get()
130 bpf_kfunc_call_test_release(p); in test_kptr_get()
229 bpf_kfunc_call_test_release(p); in test_map_kptr_ref()
236 bpf_kfunc_call_test_release(p); in test_map_kptr_ref()
254 bpf_kfunc_call_test_release(p); in test_map_kptr_ref()
[all …]
Dkfunc_call_fail.c7 extern void bpf_kfunc_call_test_release(struct prog_test_ref_kfunc *p) __ksym;
61 bpf_kfunc_call_test_release(pt); in kfunc_call_test_get_mem_fail_rdonly()
84 bpf_kfunc_call_test_release(pt); in kfunc_call_test_get_mem_fail_use_after_free()
108 bpf_kfunc_call_test_release(pt); in kfunc_call_test_get_mem_fail_oob()
131 bpf_kfunc_call_test_release(pt); in kfunc_call_test_get_mem_fail_not_const()
155 bpf_kfunc_call_test_release(pt); in kfunc_call_test_mem_acquire_fail()
Dcb_refs.c18 extern void bpf_kfunc_call_test_release(struct prog_test_ref_kfunc *p) __ksym;
23 bpf_kfunc_call_test_release(p); in cb1()
65 bpf_kfunc_call_test_release(p); in leak_prog()
98 bpf_kfunc_call_test_release(p); in nested_cb()
Dkfunc_call_test.c11 extern void bpf_kfunc_call_test_release(struct prog_test_ref_kfunc *p) __ksym;
67 bpf_kfunc_call_test_release(pt); in kfunc_call_test_ref_btf_id()
161 bpf_kfunc_call_test_release(pt); in kfunc_call_test_get_mem()
/linux-6.1.9/net/bpf/
Dtest_run.c592 noinline void bpf_kfunc_call_test_release(struct prog_test_ref_kfunc *p) in bpf_kfunc_call_test_release() function
744 BTF_ID_FLAGS(func, bpf_kfunc_call_test_release, KF_RELEASE) in BTF_ID_FLAGS()
1651 BTF_ID(func, bpf_kfunc_call_test_release) in BTF_ID()