FD.io VPP  v19.08.1-401-g8e4ed521a
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 401 of file nat.h.

Field Documentation

◆ affinity

u32 snat_static_mapping_t::affinity

Definition at line 419 of file nat.h.

◆ affinity_per_service_list_head_index

u32 snat_static_mapping_t::affinity_per_service_list_head_index

Definition at line 427 of file nat.h.

◆ external_addr

ip4_address_t snat_static_mapping_t::external_addr

Definition at line 406 of file nat.h.

◆ external_port

u16 snat_static_mapping_t::external_port

Definition at line 410 of file nat.h.

◆ fib_index

u32 snat_static_mapping_t::fib_index

Definition at line 415 of file nat.h.

◆ flags

u32 snat_static_mapping_t::flags

Definition at line 429 of file nat.h.

◆ local_addr

ip4_address_t snat_static_mapping_t::local_addr

Definition at line 404 of file nat.h.

◆ local_port

u16 snat_static_mapping_t::local_port

Definition at line 408 of file nat.h.

◆ locals

nat44_lb_addr_port_t* snat_static_mapping_t::locals

Definition at line 425 of file nat.h.

◆ proto

snat_protocol_t snat_static_mapping_t::proto

Definition at line 417 of file nat.h.

◆ tag

u8* snat_static_mapping_t::tag

Definition at line 423 of file nat.h.

◆ twice_nat

twice_nat_type_t snat_static_mapping_t::twice_nat

Definition at line 412 of file nat.h.

◆ vrf_id

u32 snat_static_mapping_t::vrf_id

Definition at line 414 of file nat.h.

◆ workers

u32* snat_static_mapping_t::workers

Definition at line 421 of file nat.h.


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