FD.io VPP  v17.04.2-2-ga8f93f8
Vector Packet Processing
sticky_hash_main_t Struct Reference
+ Collaboration diagram for sticky_hash_main_t:

Data Fields

u32 cached_next_index
 
u32 fwd_miss_next_index
 
sticky_hash_session_tsessions
 
u8 fdata [3 *sizeof(u32x4)]
 
u8 rdata [3 *sizeof(u32x4)]
 
vlib_main_tvlib_main
 
vnet_main_tvnet_main
 
vnet_classify_main_tvnet_classify_main
 
l2_input_classify_main_tl2_input_classify_main
 

Detailed Description

Definition at line 34 of file sticky_hash.c.

Field Documentation

u32 sticky_hash_main_t::cached_next_index

Definition at line 36 of file sticky_hash.c.

u8 sticky_hash_main_t::fdata[3 *sizeof(u32x4)]

Definition at line 45 of file sticky_hash.c.

u32 sticky_hash_main_t::fwd_miss_next_index

Definition at line 39 of file sticky_hash.c.

l2_input_classify_main_t* sticky_hash_main_t::l2_input_classify_main

Definition at line 52 of file sticky_hash.c.

u8 sticky_hash_main_t::rdata[3 *sizeof(u32x4)]

Definition at line 46 of file sticky_hash.c.

sticky_hash_session_t* sticky_hash_main_t::sessions

Definition at line 42 of file sticky_hash.c.

vlib_main_t* sticky_hash_main_t::vlib_main

Definition at line 49 of file sticky_hash.c.

vnet_classify_main_t* sticky_hash_main_t::vnet_classify_main

Definition at line 51 of file sticky_hash.c.

vnet_main_t* sticky_hash_main_t::vnet_main

Definition at line 50 of file sticky_hash.c.


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