TAP: Jumbo-frame support.
[vpp.git] / vnet / vnet / buffer.h
index f6c0023..7648fac 100644 (file)
@@ -119,6 +119,8 @@ typedef struct {
          u32 established_connection_index;
 
          u32 mini_connection_index;
+
+         u32 transmit_stamp;
        } tcp;
 
        /* ICMP */
@@ -296,6 +298,12 @@ typedef struct {
       u8 flags;          //See ip_frag.h
     } ip_frag;
 
+    /* COP - configurable junk filter(s) */
+    struct {
+        /* Current configuration index. */
+        u32 current_config_index;
+    } cop;
+
     u32 unused[6];
   };
 } vnet_buffer_opaque_t;