Home
last modified time | relevance | path

Searched refs:bpf_kfunc_call_test_acquire (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/tools/testing/selftests/bpf/progs/
Dcb_refs.c17 extern struct prog_test_ref_kfunc *bpf_kfunc_call_test_acquire(unsigned long *sp) __ksym;
34 p = bpf_kfunc_call_test_acquire(&sl); in underflow_prog()
45 *(void **)ctx = bpf_kfunc_call_test_acquire(&sl); in cb2()
79 bpf_kfunc_call_test_acquire(&sl); in cb3()
94 p = bpf_kfunc_call_test_acquire(&sl); in nested_cb()
108 p = bpf_kfunc_call_test_acquire(&sl); in non_cb_transfer_ref()
112 bpf_kfunc_call_test_acquire(&sl); in non_cb_transfer_ref()
Dkfunc_call_fail.c6 extern struct prog_test_ref_kfunc *bpf_kfunc_call_test_acquire(unsigned long *sp) __ksym;
53 pt = bpf_kfunc_call_test_acquire(&s); in kfunc_call_test_get_mem_fail_rdonly()
74 pt = bpf_kfunc_call_test_acquire(&s); in kfunc_call_test_get_mem_fail_use_after_free()
100 pt = bpf_kfunc_call_test_acquire(&s); in kfunc_call_test_get_mem_fail_oob()
123 pt = bpf_kfunc_call_test_acquire(&s); in kfunc_call_test_get_mem_fail_not_const()
144 pt = bpf_kfunc_call_test_acquire(&s); in kfunc_call_test_mem_acquire_fail()
Dkfunc_call_test.c10 extern struct prog_test_ref_kfunc *bpf_kfunc_call_test_acquire(unsigned long *sp) __ksym;
63 pt = bpf_kfunc_call_test_acquire(&s); in kfunc_call_test_ref_btf_id()
143 pt = bpf_kfunc_call_test_acquire(&s); in kfunc_call_test_get_mem()
Dmap_kptr.c60 extern struct prog_test_ref_kfunc *bpf_kfunc_call_test_acquire(unsigned long *sp) __ksym;
105 p = bpf_kfunc_call_test_acquire(&(unsigned long){0}); in test_kptr_ref()
198 p = bpf_kfunc_call_test_acquire(&arg); in test_map_kptr_ref()
240 p = bpf_kfunc_call_test_acquire(&arg); in test_map_kptr_ref()
Dmap_kptr_fail.c21 extern struct prog_test_ref_kfunc *bpf_kfunc_call_test_acquire(unsigned long *sp) __ksym;
328 ref_ptr = bpf_kfunc_call_test_acquire(&(unsigned long){0}); in reject_bad_type_xchg()
346 ref_ptr = bpf_kfunc_call_test_acquire(&(unsigned long){0}); in reject_member_of_ref_xchg()
397 p = bpf_kfunc_call_test_acquire(&(unsigned long){0}); in kptr_xchg_ref_state()
/linux-6.1.9/net/bpf/
Dtest_run.c579 bpf_kfunc_call_test_acquire(unsigned long *scalar_ptr) in bpf_kfunc_call_test_acquire() function
742 BTF_ID_FLAGS(func, bpf_kfunc_call_test_acquire, KF_ACQUIRE | KF_RET_NULL) in BTF_ID_FLAGS()