Home
last modified time | relevance | path

Searched full:bpf_xdp_metadata_rx_hash (Results 1 – 9 of 9) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dxdp_metadata2.c8 extern int bpf_xdp_metadata_rx_hash(const struct xdp_md *ctx, __u32 *hash,
19 bpf_xdp_metadata_rx_hash(ctx, &hash, &type); in freplace_rx()
H A Dxdp_metadata.c31 extern int bpf_xdp_metadata_rx_hash(const struct xdp_md *ctx, __u32 *hash, in rx()
98 bpf_xdp_metadata_rx_hash(ctx, &meta->rx_hash, &meta->rx_hash_type);
H A Dxdp_hw_metadata.c21 extern int bpf_xdp_metadata_rx_hash(const struct xdp_md *ctx, __u32 *hash,
99 err = bpf_xdp_metadata_rx_hash(ctx, &meta->rx_hash, in rx()
/linux/tools/include/uapi/linux/
H A Dnetdev.h46 * hash via bpf_xdp_metadata_rx_hash().
/linux/include/uapi/linux/
H A Dnetdev.h46 * hash via bpf_xdp_metadata_rx_hash().
/linux/Documentation/networking/
H A Dxdp-rx-metadata.rst26 :identifiers: bpf_xdp_metadata_rx_hash
/linux/net/core/
H A Dxdp.c910 * bpf_xdp_metadata_rx_hash - Read XDP frame RX hash.
926 __bpf_kfunc int bpf_xdp_metadata_rx_hash(const struct xdp_md *ctx, u32 *hash,
920 __bpf_kfunc int bpf_xdp_metadata_rx_hash(const struct xdp_md *ctx, u32 *hash, bpf_xdp_metadata_rx_hash() function
/linux/Documentation/netlink/specs/
H A Dnetdev.yaml58 bpf_xdp_metadata_rx_hash().
/linux/include/net/
H A Dxdp.h544 bpf_xdp_metadata_rx_hash, \