Home
last modified time | relevance | path

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

/linux/include/net/
H A Dxdp.h576 XDP_RSS_L4_UDP = BIT(5), enumerator
592 XDP_RSS_TYPE_L4_IPV4_UDP = XDP_RSS_L3_IPV4 | XDP_RSS_L4 | XDP_RSS_L4_UDP,
598 XDP_RSS_TYPE_L4_IPV6_UDP = XDP_RSS_L3_IPV6 | XDP_RSS_L4 | XDP_RSS_L4_UDP,
/linux/drivers/net/ethernet/intel/libeth/
H A Drx.c226 [LIBETH_RX_PT_INNER_UDP] = XDP_RSS_L4_UDP,
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_rx.c703 xht = XDP_RSS_L4_UDP; in mlx4_en_xdp_rx_hash()