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.h575 XDP_RSS_L4_TCP = BIT(4), enumerator
591 XDP_RSS_TYPE_L4_IPV4_TCP = XDP_RSS_L3_IPV4 | XDP_RSS_L4 | XDP_RSS_L4_TCP,
597 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.c227 [LIBETH_RX_PT_INNER_TCP] = XDP_RSS_L4_TCP,
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_rx.c701 xht = XDP_RSS_L4_TCP; in mlx4_en_xdp_rx_hash()