Home
last modified time | relevance | path

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

/linux-6.15/include/net/
H A Dxdp.h617 bool bpf_dev_bound_kfunc_id(u32 btf_id);
623 static inline bool bpf_dev_bound_kfunc_id(u32 btf_id) { return false; } in bpf_dev_bound_kfunc_id() function
/linux-6.15/net/core/
H A Dxdp.c983 bool bpf_dev_bound_kfunc_id(u32 btf_id) in bpf_dev_bound_kfunc_id() function
/linux-6.15/kernel/bpf/
H A Dverifier.c3242 if (bpf_dev_bound_kfunc_id(func_id)) { in add_kfunc_call()
21347 if (bpf_dev_bound_kfunc_id(func_id)) { in specialize_kfunc()