lpm6: make IPv6 address immutable
[dpdk.git] / lib / librte_gro / gro_tcp4.c
index 70d8c5d..feb5855 100644 (file)
@@ -224,7 +224,7 @@ gro_tcp4_reassemble(struct rte_mbuf *pkt,
         * Don't process the packet which has FIN, SYN, RST, PSH, URG, ECE
         * or CWR set.
         */
-       if (tcp_hdr->tcp_flags != TCP_ACK_FLAG)
+       if (tcp_hdr->tcp_flags != RTE_TCP_ACK_FLAG)
                return -1;
        /*
         * Don't process the packet whose payload length is less than or