Searched full:bpf_xdp_metadata_rx_hash (Results 1 – 9 of 9) sorted by relevance
/linux-6.14.4/tools/testing/selftests/bpf/progs/ |
D | xdp_metadata2.c | 8 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()
|
D | xdp_metadata.c | 24 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()
|
D | xdp_hw_metadata.c | 21 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-6.14.4/include/uapi/linux/ |
D | netdev.h | 46 * hash via bpf_xdp_metadata_rx_hash().
|
/linux-6.14.4/tools/include/uapi/linux/ |
D | netdev.h | 46 * hash via bpf_xdp_metadata_rx_hash().
|
/linux-6.14.4/Documentation/networking/ |
D | xdp-rx-metadata.rst | 26 :identifiers: bpf_xdp_metadata_rx_hash
|
/linux-6.14.4/net/core/ |
D | xdp.c | 914 * bpf_xdp_metadata_rx_hash - Read XDP frame RX hash. 930 __bpf_kfunc int bpf_xdp_metadata_rx_hash(const struct xdp_md *ctx, u32 *hash, in bpf_xdp_metadata_rx_hash() function
|
/linux-6.14.4/Documentation/netlink/specs/ |
D | netdev.yaml | 56 Device is capable of exposing receive packet hash via bpf_xdp_metadata_rx_hash().
|
/linux-6.14.4/include/net/ |
D | xdp.h | 545 bpf_xdp_metadata_rx_hash, \
|