]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_ethdev/rte_flow.h
net: add rte prefix to ICMP structure
[dpdk.git] / lib / librte_ethdev / rte_flow.h
index c8fa2720c352766f25b57898faea4a574f72ad14..5f52359b1b011534f1beb9aa1b1244967f0db148 100644 (file)
@@ -673,7 +673,7 @@ static const struct rte_flow_item_ipv6 rte_flow_item_ipv6_mask = {
  * Matches an ICMP header.
  */
 struct rte_flow_item_icmp {
-       struct icmp_hdr hdr; /**< ICMP header definition. */
+       struct rte_icmp_hdr hdr; /**< ICMP header definition. */
 };
 
 /** Default mask for RTE_FLOW_ITEM_TYPE_ICMP. */