Searched full:bpf_xdp_metadata_rx_hash (Results 1 – 8 of 8) sorted by relevance
| /linux/tools/testing/selftests/bpf/progs/ |
| H A 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()
|
| H A D | xdp_metadata.c | 31 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 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/tools/include/uapi/linux/ |
| H A D | netdev.h | 46 * hash via bpf_xdp_metadata_rx_hash().
|
| /linux/include/uapi/linux/ |
| H A D | netdev.h | 46 * hash via bpf_xdp_metadata_rx_hash().
|
| /linux/Documentation/networking/ |
| H A D | xdp-rx-metadata.rst | 26 :identifiers: bpf_xdp_metadata_rx_hash
|
| /linux/net/core/ |
| H A D | xdp.c | 909 * bpf_xdp_metadata_rx_hash - Read XDP frame RX hash. 925 __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/include/net/ |
| H A D | xdp.h | 583 bpf_xdp_metadata_rx_hash, \
|