Home
last modified time | relevance | path

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

/linux/include/net/
H A Dxdp.h478 bool bpf_dev_bound_kfunc_id(u32 btf_id);
484 static inline bool bpf_dev_bound_kfunc_id(u32 btf_id) { return false; } in bpf_dev_bound_kfunc_id() function
/linux/net/core/
H A Dxdp.c797 bool bpf_dev_bound_kfunc_id(u32 btf_id) in bpf_dev_bound_kfunc_id() function
/linux/kernel/bpf/
H A Dverifier.c2840 if (bpf_dev_bound_kfunc_id(func_id)) { in add_kfunc_call()
19622 if (bpf_dev_bound_kfunc_id(func_id)) { in specialize_kfunc()