diff options
Diffstat (limited to 'vnet/vnet/buffer.h')
-rw-r--r-- | vnet/vnet/buffer.h | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/vnet/vnet/buffer.h b/vnet/vnet/buffer.h index cab716c23a8..7aaa6eed9ba 100644 --- a/vnet/vnet/buffer.h +++ b/vnet/vnet/buffer.h @@ -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 |