Home
last modified time | relevance | path

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

/linux-6.15/include/net/
H A Dxdp.h578 XDP_RSS_L4_ICMP = BIT(8), enumerator
594 XDP_RSS_TYPE_L4_IPV4_ICMP = XDP_RSS_L3_IPV4 | XDP_RSS_L4 | XDP_RSS_L4_ICMP,
600 XDP_RSS_TYPE_L4_IPV6_ICMP = XDP_RSS_L3_IPV6 | XDP_RSS_L4 | XDP_RSS_L4_ICMP,
/linux-6.15/drivers/net/ethernet/intel/libeth/
H A Drx.c229 [LIBETH_RX_PT_INNER_ICMP] = XDP_RSS_L4_ICMP,