FD.io VPP  v19.01.3-6-g70449b9b9
Vector Packet Processing
snat_static_mapping_t Struct Reference
+ Collaboration diagram for snat_static_mapping_t:

Data Fields

ip4_address_t local_addr
 
ip4_address_t external_addr
 
u16 local_port
 
u16 external_port
 
twice_nat_type_t twice_nat
 
u32 vrf_id
 
u32 fib_index
 
snat_protocol_t proto
 
u32 affinity
 
u32workers
 
u8tag
 
nat44_lb_addr_port_tlocals
 
u32 affinity_per_service_list_head_index
 
u32 flags
 

Detailed Description

Definition at line 325 of file nat.h.

Field Documentation

◆ affinity

u32 snat_static_mapping_t::affinity

Definition at line 343 of file nat.h.

◆ affinity_per_service_list_head_index

u32 snat_static_mapping_t::affinity_per_service_list_head_index

Definition at line 351 of file nat.h.

◆ external_addr

ip4_address_t snat_static_mapping_t::external_addr

Definition at line 330 of file nat.h.

◆ external_port

u16 snat_static_mapping_t::external_port

Definition at line 334 of file nat.h.

◆ fib_index

u32 snat_static_mapping_t::fib_index

Definition at line 339 of file nat.h.

◆ flags

u32 snat_static_mapping_t::flags

Definition at line 353 of file nat.h.

◆ local_addr

ip4_address_t snat_static_mapping_t::local_addr

Definition at line 328 of file nat.h.

◆ local_port

u16 snat_static_mapping_t::local_port

Definition at line 332 of file nat.h.

◆ locals

nat44_lb_addr_port_t* snat_static_mapping_t::locals

Definition at line 349 of file nat.h.

◆ proto

snat_protocol_t snat_static_mapping_t::proto

Definition at line 341 of file nat.h.

◆ tag

u8* snat_static_mapping_t::tag

Definition at line 347 of file nat.h.

◆ twice_nat

twice_nat_type_t snat_static_mapping_t::twice_nat

Definition at line 336 of file nat.h.

◆ vrf_id

u32 snat_static_mapping_t::vrf_id

Definition at line 338 of file nat.h.

◆ workers

u32* snat_static_mapping_t::workers

Definition at line 345 of file nat.h.


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