common/octeontx2: add mailbox send and receive support
[dpdk.git] / lib / librte_net / rte_tcp.h
index 91f5898..4bcda55 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. */