Home
last modified time | relevance | path

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

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