Home
last modified time | relevance | path

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

/Linux-v6.6/include/net/
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
/Linux-v6.6/kernel/bpf/
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()
/Linux-v6.6/net/core/
Dxdp.c759 u32 bpf_xdp_metadata_kfunc_id(int id) in BTF_ID_LIST()