]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_ethdev/rte_flow.h
net: add rte prefix to SCTP structure
[dpdk.git] / lib / librte_ethdev / rte_flow.h
index e2b441f244beebf3bd64b28d0364f700c143004d..0e4e3a5a59b8a30b86c948a5b2c3f032ae9b7b13 100644 (file)
@@ -730,7 +730,7 @@ static const struct rte_flow_item_tcp rte_flow_item_tcp_mask = {
  * Matches a SCTP header.
  */
 struct rte_flow_item_sctp {
-       struct sctp_hdr hdr; /**< SCTP header definition. */
+       struct rte_sctp_hdr hdr; /**< SCTP header definition. */
 };
 
 /** Default mask for RTE_FLOW_ITEM_TYPE_SCTP. */