FD.io VPP  v19.01.3-6-g70449b9b9
Vector Packet Processing
map_ip6_reass_t Struct Reference
+ Collaboration diagram for map_ip6_reass_t:

Data Fields

map_ip6_reass_key_t key
 
f64 ts
 
u16 expected_total
 
u16 forwarded
 
u16 bucket
 
u16 bucket_next
 
u16 fifo_prev
 
u16 fifo_next
 
ip4_header_t ip4_header
 
map_ip6_fragment_t fragments [MAP_IP6_REASS_MAX_FRAGMENTS_PER_REASSEMBLY]
 

Detailed Description

Definition at line 202 of file map.h.

Field Documentation

◆ bucket

u16 map_ip6_reass_t::bucket

Definition at line 209 of file map.h.

◆ bucket_next

u16 map_ip6_reass_t::bucket_next

Definition at line 210 of file map.h.

◆ expected_total

u16 map_ip6_reass_t::expected_total

Definition at line 206 of file map.h.

◆ fifo_next

u16 map_ip6_reass_t::fifo_next

Definition at line 212 of file map.h.

◆ fifo_prev

u16 map_ip6_reass_t::fifo_prev

Definition at line 211 of file map.h.

◆ forwarded

u16 map_ip6_reass_t::forwarded

Definition at line 207 of file map.h.

◆ fragments

Definition at line 214 of file map.h.

◆ ip4_header

ip4_header_t map_ip6_reass_t::ip4_header

Definition at line 213 of file map.h.

◆ key

map_ip6_reass_key_t map_ip6_reass_t::key

Definition at line 203 of file map.h.

◆ ts

f64 map_ip6_reass_t::ts

Definition at line 204 of file map.h.


The documentation for this struct was generated from the following file: