FD.io VPP  v18.10-34-gcce845e
Vector Packet Processing
snat_main_per_thread_data_t Struct Reference
+ Collaboration diagram for snat_main_per_thread_data_t:

Data Fields

clib_bihash_8_8_t out2in
 
clib_bihash_8_8_t in2out
 
clib_bihash_16_8_t out2in_ed
 
clib_bihash_16_8_t in2out_ed
 
clib_bihash_8_8_t user_hash
 
snat_user_tusers
 
snat_session_t * sessions
 
dlist_elt_tlist_pool
 
u32 snat_thread_index
 

Detailed Description

Definition at line 376 of file nat.h.

Field Documentation

clib_bihash_8_8_t snat_main_per_thread_data_t::in2out

Definition at line 380 of file nat.h.

clib_bihash_16_8_t snat_main_per_thread_data_t::in2out_ed

Definition at line 384 of file nat.h.

dlist_elt_t* snat_main_per_thread_data_t::list_pool

Definition at line 396 of file nat.h.

clib_bihash_8_8_t snat_main_per_thread_data_t::out2in

Definition at line 379 of file nat.h.

clib_bihash_16_8_t snat_main_per_thread_data_t::out2in_ed

Definition at line 383 of file nat.h.

snat_session_t* snat_main_per_thread_data_t::sessions

Definition at line 393 of file nat.h.

u32 snat_main_per_thread_data_t::snat_thread_index

Definition at line 399 of file nat.h.

clib_bihash_8_8_t snat_main_per_thread_data_t::user_hash

Definition at line 387 of file nat.h.

snat_user_t* snat_main_per_thread_data_t::users

Definition at line 390 of file nat.h.


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