Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dxdp.h452 u32 bpf_xdp_metadata_kfunc_id(int id);
458 static inline u32 bpf_xdp_metadata_kfunc_id(int id) { return 0; } in bpf_xdp_metadata_kfunc_id() function
/openbmc/linux/kernel/bpf/
H A Doffload.c850 if (func_id == bpf_xdp_metadata_kfunc_id(XDP_METADATA_KFUNC_RX_TIMESTAMP)) in bpf_dev_bound_resolve_kfunc()
852 else if (func_id == bpf_xdp_metadata_kfunc_id(XDP_METADATA_KFUNC_RX_HASH)) in bpf_dev_bound_resolve_kfunc()
/openbmc/linux/net/core/
H A Dxdp.c755 u32 bpf_xdp_metadata_kfunc_id(int id) in BTF_ID_LIST()