FD.io VPP  v20.09-64-g4f7b92f0a
Vector Packet Processing
nat66_main_t Struct Reference
+ Collaboration diagram for nat66_main_t:

Data Fields

nat66_interface_tinterfaces
 Interface pool. More...
 
nat66_static_mapping_tsm
 Static mapping pool. More...
 
clib_bihash_24_8_t sm_l
 Static mapping by local address lookup table. More...
 
clib_bihash_24_8_t sm_e
 Static mapping by external address lookup table. More...
 
vlib_combined_counter_main_t session_counters
 Session counters. More...
 
u32 in2out_node_index
 node index More...
 
u32 out2in_node_index
 
u32 outside_vrf_id
 
u32 outside_fib_index
 
u16 msg_id_base
 
u8 log_level
 
vlib_simple_counter_main_t in2out_packets
 
vlib_simple_counter_main_t out2in_packets
 

Detailed Description

Definition at line 56 of file nat66.h.

Field Documentation

◆ in2out_node_index

u32 nat66_main_t::in2out_node_index

node index

Definition at line 69 of file nat66.h.

◆ in2out_packets

vlib_simple_counter_main_t nat66_main_t::in2out_packets

Definition at line 78 of file nat66.h.

◆ interfaces

nat66_interface_t* nat66_main_t::interfaces

Interface pool.

Definition at line 59 of file nat66.h.

◆ log_level

u8 nat66_main_t::log_level

Definition at line 76 of file nat66.h.

◆ msg_id_base

u16 nat66_main_t::msg_id_base

Definition at line 75 of file nat66.h.

◆ out2in_node_index

u32 nat66_main_t::out2in_node_index

Definition at line 70 of file nat66.h.

◆ out2in_packets

vlib_simple_counter_main_t nat66_main_t::out2in_packets

Definition at line 79 of file nat66.h.

◆ outside_fib_index

u32 nat66_main_t::outside_fib_index

Definition at line 73 of file nat66.h.

◆ outside_vrf_id

u32 nat66_main_t::outside_vrf_id

Definition at line 72 of file nat66.h.

◆ session_counters

vlib_combined_counter_main_t nat66_main_t::session_counters

Session counters.

Definition at line 67 of file nat66.h.

◆ sm

nat66_static_mapping_t* nat66_main_t::sm

Static mapping pool.

Definition at line 61 of file nat66.h.

◆ sm_e

clib_bihash_24_8_t nat66_main_t::sm_e

Static mapping by external address lookup table.

Definition at line 65 of file nat66.h.

◆ sm_l

clib_bihash_24_8_t nat66_main_t::sm_l

Static mapping by local address lookup table.

Definition at line 63 of file nat66.h.


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