common/mlx5: fix build without dlopen option
[dpdk.git] / lib / librte_net / rte_esp.h
index c569b79..bc7b20a 100644 (file)
@@ -28,7 +28,7 @@ struct rte_esp_hdr {
 /**
  * ESP Trailer
  */
-struct esp_tail {
+struct rte_esp_tail {
        uint8_t pad_len;     /**< number of pad bytes (0-255) */
        uint8_t next_proto;  /**< IPv4 or IPv6 or next layer header */
 } __attribute__((__packed__));