FD.io VPP  v20.01-48-g3e0dafb74
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 438 of file nat.h.

Field Documentation

◆ affinity

u32 snat_static_mapping_t::affinity

Definition at line 456 of file nat.h.

◆ affinity_per_service_list_head_index

u32 snat_static_mapping_t::affinity_per_service_list_head_index

Definition at line 464 of file nat.h.

◆ external_addr

ip4_address_t snat_static_mapping_t::external_addr

Definition at line 443 of file nat.h.

◆ external_port

u16 snat_static_mapping_t::external_port

Definition at line 447 of file nat.h.

◆ fib_index

u32 snat_static_mapping_t::fib_index

Definition at line 452 of file nat.h.

◆ flags

u32 snat_static_mapping_t::flags

Definition at line 466 of file nat.h.

◆ local_addr

ip4_address_t snat_static_mapping_t::local_addr

Definition at line 441 of file nat.h.

◆ local_port

u16 snat_static_mapping_t::local_port

Definition at line 445 of file nat.h.

◆ locals

nat44_lb_addr_port_t* snat_static_mapping_t::locals

Definition at line 462 of file nat.h.

◆ proto

snat_protocol_t snat_static_mapping_t::proto

Definition at line 454 of file nat.h.

◆ tag

u8* snat_static_mapping_t::tag

Definition at line 460 of file nat.h.

◆ twice_nat

twice_nat_type_t snat_static_mapping_t::twice_nat

Definition at line 449 of file nat.h.

◆ vrf_id

u32 snat_static_mapping_t::vrf_id

Definition at line 451 of file nat.h.

◆ workers

u32* snat_static_mapping_t::workers

Definition at line 458 of file nat.h.


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