FD.io VPP  v21.06
Vector Packet Processing
gro_flow_table_t Struct Reference
+ Collaboration diagram for gro_flow_table_t:

Data Fields

f64 timeout_ts
 
u64 total_vectors
 
u32 n_vectors
 
u32 node_index
 
u8 is_enable
 
u8 is_l2
 
u8 flow_table_size
 
gro_flow_t gro_flow [GRO_FLOW_TABLE_MAX_SIZE]
 

Detailed Description

Definition at line 53 of file gro.h.

Field Documentation

◆ flow_table_size

u8 gro_flow_table_t::flow_table_size

Definition at line 61 of file gro.h.

◆ gro_flow

gro_flow_t gro_flow_table_t::gro_flow[GRO_FLOW_TABLE_MAX_SIZE]

Definition at line 62 of file gro.h.

◆ is_enable

u8 gro_flow_table_t::is_enable

Definition at line 59 of file gro.h.

◆ is_l2

u8 gro_flow_table_t::is_l2

Definition at line 60 of file gro.h.

◆ n_vectors

u32 gro_flow_table_t::n_vectors

Definition at line 57 of file gro.h.

◆ node_index

u32 gro_flow_table_t::node_index

Definition at line 58 of file gro.h.

◆ timeout_ts

f64 gro_flow_table_t::timeout_ts

Definition at line 55 of file gro.h.

◆ total_vectors

u64 gro_flow_table_t::total_vectors

Definition at line 56 of file gro.h.


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