Searched refs:XDP_RSS_L4_UDP (Results 1 - 3 of 3) sorted by last modified time

/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Den_rx.c701 xht = XDP_RSS_L4_UDP;
/linux-master/drivers/net/ethernet/intel/libeth/
H A Drx.c116 [LIBETH_RX_PT_INNER_UDP] = XDP_RSS_L4_UDP,
/linux-master/include/net/
H A Dxdp.h436 XDP_RSS_L4_UDP = BIT(5), enumerator in enum:xdp_rss_hash_type
452 XDP_RSS_TYPE_L4_IPV4_UDP = XDP_RSS_L3_IPV4 | XDP_RSS_L4 | XDP_RSS_L4_UDP,
458 XDP_RSS_TYPE_L4_IPV6_UDP = XDP_RSS_L3_IPV6 | XDP_RSS_L4 | XDP_RSS_L4_UDP,

Completed in 165 milliseconds