aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vnet/buffer.h')
-rw-r--r--src/vnet/buffer.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/vnet/buffer.h b/src/vnet/buffer.h
index f1cc6371..3de01f2a 100644
--- a/src/vnet/buffer.h
+++ b/src/vnet/buffer.h
@@ -277,6 +277,16 @@ typedef struct
u16 buffer_advance;
} device_input_feat;
+ /* TCP */
+ struct
+ {
+ u32 connection_index;
+ u32 seq_number;
+ u32 seq_end;
+ u32 ack_number;
+ u8 flags;
+ } tcp;
+
u32 unused[6];
};
} vnet_buffer_opaque_t;