Home
last modified time | relevance | path

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

/linux/include/net/
H A Dxdp.h579 XDP_RSS_L4_ICMP = BIT(8), enumerator
595 XDP_RSS_TYPE_L4_IPV4_ICMP = XDP_RSS_L3_IPV4 | XDP_RSS_L4 | XDP_RSS_L4_ICMP,
601 XDP_RSS_TYPE_L4_IPV6_ICMP = XDP_RSS_L3_IPV6 | XDP_RSS_L4 | XDP_RSS_L4_ICMP,
/linux/drivers/net/ethernet/intel/libeth/
H A Drx.c229 [LIBETH_RX_PT_INNER_ICMP] = XDP_RSS_L4_ICMP,