FD.io VPP
v18.10-34-gcce845e
Vector Packet Processing
|
Data Fields | |
snat_interface_t * | interfaces |
Interface pool. More... | |
snat_address_t * | addr_pool |
Address pool vector. More... | |
u32 * | auto_add_sw_if_indices |
sw_if_indices whose interface addresses should be auto-added More... | |
nat64_prefix_t * | pref64 |
Pref64 vector. More... | |
nat64_db_t * | db |
BIB and session DB per thread. More... | |
u32 | fq_in2out_index |
Worker handoff. More... | |
u32 | fq_out2in_index |
nat64_static_bib_to_update_t * | static_bibs |
Pool of static BIB entries to be added/deleted in worker threads. More... | |
u32 | error_node_index |
u32 | bib_buckets |
config parameters More... | |
u32 | bib_memory_size |
u32 | st_buckets |
u32 | st_memory_size |
u32 | udp_timeout |
values of various timeouts More... | |
u32 | icmp_timeout |
u32 | tcp_trans_timeout |
u32 | tcp_est_timeout |
u32 | total_enabled_count |
u32 | nat64_expire_walk_node_index |
ip4_main_t * | ip4_main |
snat_main_t * | sm |
snat_address_t* nat64_main_t::addr_pool |
u32* nat64_main_t::auto_add_sw_if_indices |
nat64_db_t* nat64_main_t::db |
snat_interface_t* nat64_main_t::interfaces |
ip4_main_t* nat64_main_t::ip4_main |
nat64_prefix_t* nat64_main_t::pref64 |
snat_main_t* nat64_main_t::sm |
nat64_static_bib_to_update_t* nat64_main_t::static_bibs |