Home
last modified time | relevance | path

Searched refs:XDP_RSS_L4_UDP (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/net/
H A Dxdp.h416 XDP_RSS_L4_UDP = BIT(5), enumerator
431 XDP_RSS_TYPE_L4_IPV4_UDP = XDP_RSS_L3_IPV4 | XDP_RSS_L4 | XDP_RSS_L4_UDP,
436 XDP_RSS_TYPE_L4_IPV6_UDP = XDP_RSS_L3_IPV6 | XDP_RSS_L4 | XDP_RSS_L4_UDP,
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_rx.c700 xht = XDP_RSS_L4_UDP; in mlx4_en_xdp_rx_hash()