Home
last modified time | relevance | path

Searched refs:bpf_xdp_metadata_rx_hash (Results 1 – 7 of 7) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
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()
A Dxdp_metadata.c24 extern int bpf_xdp_metadata_rx_hash(const struct xdp_md *ctx, __u32 *hash,
91 bpf_xdp_metadata_rx_hash(ctx, &meta->rx_hash, &meta->rx_hash_type); in rx()
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/Documentation/networking/
A Dxdp-rx-metadata.rst26 :identifiers: bpf_xdp_metadata_rx_hash
/linux/include/net/
A Dxdp.h405 bpf_xdp_metadata_rx_hash, \
/linux/net/core/
A Dxdp.c730 __bpf_kfunc int bpf_xdp_metadata_rx_hash(const struct xdp_md *ctx, u32 *hash, in bpf_xdp_metadata_rx_hash() function
/linux/Documentation/netlink/specs/
A Dnetdev.yaml56 Device is capable of exposing receive packet hash via bpf_xdp_metadata_rx_hash().

Completed in 22 milliseconds