Searched refs:bpf_xdp_metadata_rx_hash (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/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 | 24 extern int bpf_xdp_metadata_rx_hash(const struct xdp_md *ctx, __u32 *hash, 59 bpf_xdp_metadata_rx_hash(ctx, &meta->rx_hash, &meta->rx_hash_type); in rx()
|
H A D | xdp_hw_metadata.c | 21 extern int bpf_xdp_metadata_rx_hash(const struct xdp_md *ctx, __u32 *hash, 85 err = bpf_xdp_metadata_rx_hash(ctx, &meta->rx_hash, &meta->rx_hash_type); in rx()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | xdp.h | 390 bpf_xdp_metadata_rx_hash) \
|
/kernel/linux/linux-6.6/net/core/ |
H A D | xdp.c | 719 * bpf_xdp_metadata_rx_hash - Read XDP frame RX hash. 735 __bpf_kfunc int bpf_xdp_metadata_rx_hash(const struct xdp_md *ctx, u32 *hash, in bpf_xdp_metadata_rx_hash() function
|
Completed in 3 milliseconds