Home
last modified time | relevance | path

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

/linux/include/net/
H A Dxdp.h617 u32 bpf_xdp_metadata_kfunc_id(int id);
623 static inline u32 bpf_xdp_metadata_kfunc_id(int id) { return 0; } in bpf_xdp_metadata_kfunc_id() function
/linux/kernel/bpf/
H A Doffload.c858 if (func_id == bpf_xdp_metadata_kfunc_id(name)) p = ops->xmo; in bpf_dev_bound_resolve_kfunc()
/linux/net/core/
H A Dxdp.c987 u32 bpf_xdp_metadata_kfunc_id(int id) in BTF_ID_LIST()