Home
last modified time | relevance | path

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

/linux/include/net/
H A Dxdp.h613 XDP_RSS_L4_TCP = BIT(4), enumerator
629 XDP_RSS_TYPE_L4_IPV4_TCP = XDP_RSS_L3_IPV4 | XDP_RSS_L4 | XDP_RSS_L4_TCP,
635 XDP_RSS_TYPE_L4_IPV6_TCP = XDP_RSS_L3_IPV6 | XDP_RSS_L4 | XDP_RSS_L4_TCP,
/linux/drivers/net/ethernet/intel/libeth/
H A Drx.c241 [LIBETH_RX_PT_INNER_TCP] = XDP_RSS_L4_TCP,
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_rx.c669 xht = XDP_RSS_L4_TCP; in mlx4_en_xdp_rx_hash()