Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dxdp.h415 XDP_RSS_L4_TCP = BIT(4), enumerator
430 XDP_RSS_TYPE_L4_IPV4_TCP = XDP_RSS_L3_IPV4 | XDP_RSS_L4 | XDP_RSS_L4_TCP,
435 XDP_RSS_TYPE_L4_IPV6_TCP = XDP_RSS_L3_IPV6 | XDP_RSS_L4 | XDP_RSS_L4_TCP,
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_rx.c698 xht = XDP_RSS_L4_TCP; in mlx4_en_xdp_rx_hash()