FD.io VPP  v20.01-48-g3e0dafb74
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
 
u32 thread_index
 

Detailed Description

Definition at line 492 of file nat.h.

Field Documentation

◆ in2out

clib_bihash_8_8_t snat_main_per_thread_data_t::in2out

Definition at line 496 of file nat.h.

◆ in2out_ed

clib_bihash_16_8_t snat_main_per_thread_data_t::in2out_ed

Definition at line 500 of file nat.h.

◆ list_pool

dlist_elt_t* snat_main_per_thread_data_t::list_pool

Definition at line 512 of file nat.h.

◆ out2in

clib_bihash_8_8_t snat_main_per_thread_data_t::out2in

Definition at line 495 of file nat.h.

◆ out2in_ed

clib_bihash_16_8_t snat_main_per_thread_data_t::out2in_ed

Definition at line 499 of file nat.h.

◆ sessions

snat_session_t* snat_main_per_thread_data_t::sessions

Definition at line 509 of file nat.h.

◆ snat_thread_index

u32 snat_main_per_thread_data_t::snat_thread_index

Definition at line 515 of file nat.h.

◆ thread_index

u32 snat_main_per_thread_data_t::thread_index

Definition at line 518 of file nat.h.

◆ user_hash

clib_bihash_8_8_t snat_main_per_thread_data_t::user_hash

Definition at line 503 of file nat.h.

◆ users

snat_user_t* snat_main_per_thread_data_t::users

Definition at line 506 of file nat.h.


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