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

Data Fields

map_ip4_reass_key_t key
 
f64 ts
 
u16 expected_total
 
u16 forwarded
 
i32 port
 
u16 bucket
 
u16 bucket_next
 
u16 fifo_prev
 
u16 fifo_next
 
u32 fragments [MAP_IP4_REASS_MAX_FRAGMENTS_PER_REASSEMBLY]
 

Detailed Description

Definition at line 150 of file map.h.

Field Documentation

◆ bucket

u16 map_ip4_reass_t::bucket

Definition at line 159 of file map.h.

◆ bucket_next

u16 map_ip4_reass_t::bucket_next

Definition at line 160 of file map.h.

◆ expected_total

u16 map_ip4_reass_t::expected_total

Definition at line 155 of file map.h.

◆ fifo_next

u16 map_ip4_reass_t::fifo_next

Definition at line 162 of file map.h.

◆ fifo_prev

u16 map_ip4_reass_t::fifo_prev

Definition at line 161 of file map.h.

◆ forwarded

u16 map_ip4_reass_t::forwarded

Definition at line 156 of file map.h.

◆ fragments

u32 map_ip4_reass_t::fragments[MAP_IP4_REASS_MAX_FRAGMENTS_PER_REASSEMBLY]

Definition at line 163 of file map.h.

◆ key

map_ip4_reass_key_t map_ip4_reass_t::key

Definition at line 152 of file map.h.

◆ port

i32 map_ip4_reass_t::port

Definition at line 158 of file map.h.

◆ ts

f64 map_ip4_reass_t::ts

Definition at line 153 of file map.h.


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