vlib: move offload flags to 1st cacheline in vlib_buffer_t
[vpp.git] / src / vnet / ipsec / ipsec_output.c
index 527aea5..598195f 100644 (file)
@@ -309,7 +309,7 @@ ipsec_output_inline (vlib_main_t * vm, vlib_node_runtime_t * node,
 
              if (PREDICT_FALSE (b0->flags & VNET_BUFFER_F_OFFLOAD))
                {
-                 u32 oflags = vnet_buffer2 (b0)->oflags;
+                 u32 oflags = vnet_buffer (b0)->oflags;
 
                  /*
                   * Clearing offload flags before checksum is computed