]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_net/rte_tcp.h
common/octeontx2: add mailbox send and receive support
[dpdk.git] / lib / librte_net / rte_tcp.h
index 91f58987b012ec4a09fc8511f3a8bc27180a130a..4bcda55656be0f6dbcb946979f2274894c531f2a 100644 (file)
@@ -23,7 +23,7 @@ extern "C" {
 /**
  * TCP Header
  */
-struct tcp_hdr {
+struct rte_tcp_hdr {
        uint16_t src_port;  /**< TCP source port. */
        uint16_t dst_port;  /**< TCP destination port. */
        uint32_t sent_seq;  /**< TX data sequence number. */