Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dxdp.h453 bool bpf_dev_bound_kfunc_id(u32 btf_id);
459 static inline bool bpf_dev_bound_kfunc_id(u32 btf_id) { return false; } in bpf_dev_bound_kfunc_id() function
/openbmc/linux/net/core/
H A Dxdp.c761 bool bpf_dev_bound_kfunc_id(u32 btf_id) in bpf_dev_bound_kfunc_id() function
/openbmc/linux/kernel/bpf/
H A Dverifier.c2949 if (bpf_dev_bound_kfunc_id(func_id)) { in add_kfunc_call()
18757 if (bpf_dev_bound_kfunc_id(func_id)) { in specialize_kfunc()