Searched refs:bpf_dev_bound_kfunc_id (Results 1 - 3 of 3) sorted by last modified time

/linux-master/kernel/bpf/
H A Dverifier.c2840 if (bpf_dev_bound_kfunc_id(func_id)) {
19614 if (bpf_dev_bound_kfunc_id(func_id)) {
/linux-master/net/core/
H A Dxdp.c797 bool bpf_dev_bound_kfunc_id(u32 btf_id) function
/linux-master/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; } function

Completed in 247 milliseconds