]> 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 c2cdc8c08b9f1c723d28e8f8612a9d839b86daa4..ee2d116dcce47e96dfb9ec668c7e21f17ba93bc9 100644 (file)
@@ -666,7 +666,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. */