Save rewrite length for post-rewrite rewind action
[vpp.git] / vnet / vnet / buffer.h
index cab716c..7aaa6ee 100644 (file)
@@ -125,19 +125,10 @@ typedef struct
 
          /* next protocol */
          u32 save_protocol;
-       };
-
-       /* Alternate used for local TCP packets. */
-       struct
-       {
-         u32 listener_index;
 
-         u32 established_connection_index;
-
-         u32 mini_connection_index;
-
-         u32 transmit_stamp;
-       } tcp;
+         /* Rewrite length */
+         u32 save_rewrite_length;
+       };
 
        /* ICMP */
        struct