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.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/vnet/buffer.h b/src/vnet/buffer.h
index c9f1d6ef6a1..5d7273aa04f 100644
--- a/src/vnet/buffer.h
+++ b/src/vnet/buffer.h
@@ -177,6 +177,18 @@ typedef struct
u8 code;
u32 data;
} icmp;
+
+ /* reassembly */
+ struct
+ {
+ u16 fragment_first;
+ u16 fragment_last;
+ u16 range_first;
+ u16 range_last;
+ u32 next_range_bi;
+ u16 ip6_frag_hdr_offset;
+ u16 estimated_mtu;
+ } reass;
};
} ip;