X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fbuffer.h;h=3de01f2afa1837bf33e23ba6d3d6da5cb9351b25;hb=68b0fb0c620c7451ef1a6380c43c39de6614db51;hp=f1cc637179a713bedfc2055339a86e4e67430cb6;hpb=f869028740aaebeb0375077d4d84fa07a17fff1a;p=vpp.git diff --git a/src/vnet/buffer.h b/src/vnet/buffer.h index f1cc637179a..3de01f2afa1 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;