FD.io VPP  v21.06-1-gbb7418cf9
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 215 of file flow.h.

Field Documentation

◆ @353

union { ... }

◆ actions

u32 vnet_flow_t::actions

Definition at line 224 of file flow.h.

◆ buffer_advance

i32 vnet_flow_t::buffer_advance

Definition at line 237 of file flow.h.

◆ index

u32 vnet_flow_t::index

Definition at line 221 of file flow.h.

◆ mark_flow_id

u32 vnet_flow_t::mark_flow_id

Definition at line 227 of file flow.h.

◆ private_data

uword* vnet_flow_t::private_data

Definition at line 253 of file flow.h.

◆ redirect_device_input_next_index

u32 vnet_flow_t::redirect_device_input_next_index

Definition at line 231 of file flow.h.

◆ redirect_node_index

u32 vnet_flow_t::redirect_node_index

Definition at line 230 of file flow.h.

◆ redirect_queue

u32 vnet_flow_t::redirect_queue

Definition at line 234 of file flow.h.

◆ rss_fun

vnet_rss_function_t vnet_flow_t::rss_fun

Definition at line 243 of file flow.h.

◆ rss_types

u64 vnet_flow_t::rss_types

Definition at line 240 of file flow.h.

◆ type

vnet_flow_type_t vnet_flow_t::type

Definition at line 218 of file flow.h.


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