FD.io VPP  v20.09-64-g4f7b92f0a
Vector Packet Processing
vnet_flow_t Struct Reference

Data Fields

vnet_flow_type_t type
 
u32 index
 
u32 actions
 
u32 mark_flow_id
 
u32 redirect_node_index
 
u32 redirect_device_input_next_index
 
u32 redirect_queue
 
i32 buffer_advance
 
u64 rss_types
 
vnet_rss_function_t rss_fun
 
union {
}; 
 
uwordprivate_data
 

Detailed Description

Definition at line 217 of file flow.h.

Field Documentation

◆ @339

union { ... }

◆ actions

u32 vnet_flow_t::actions

Definition at line 226 of file flow.h.

◆ buffer_advance

i32 vnet_flow_t::buffer_advance

Definition at line 239 of file flow.h.

◆ index

u32 vnet_flow_t::index

Definition at line 223 of file flow.h.

◆ mark_flow_id

u32 vnet_flow_t::mark_flow_id

Definition at line 229 of file flow.h.

◆ private_data

uword* vnet_flow_t::private_data

Definition at line 255 of file flow.h.

◆ redirect_device_input_next_index

u32 vnet_flow_t::redirect_device_input_next_index

Definition at line 233 of file flow.h.

◆ redirect_node_index

u32 vnet_flow_t::redirect_node_index

Definition at line 232 of file flow.h.

◆ redirect_queue

u32 vnet_flow_t::redirect_queue

Definition at line 236 of file flow.h.

◆ rss_fun

vnet_rss_function_t vnet_flow_t::rss_fun

Definition at line 245 of file flow.h.

◆ rss_types

u64 vnet_flow_t::rss_types

Definition at line 242 of file flow.h.

◆ type

vnet_flow_type_t vnet_flow_t::type

Definition at line 220 of file flow.h.


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