Searched refs:XDP_RSS_L4_ICMP (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/net/ethernet/intel/libeth/
H A Drx.c119 [LIBETH_RX_PT_INNER_ICMP] = XDP_RSS_L4_ICMP,
/linux-master/include/net/
H A Dxdp.h439 XDP_RSS_L4_ICMP = BIT(8), enumerator in enum:xdp_rss_hash_type
455 XDP_RSS_TYPE_L4_IPV4_ICMP = XDP_RSS_L3_IPV4 | XDP_RSS_L4 | XDP_RSS_L4_ICMP,
461 XDP_RSS_TYPE_L4_IPV6_ICMP = XDP_RSS_L3_IPV6 | XDP_RSS_L4 | XDP_RSS_L4_ICMP,

Completed in 187 milliseconds