FD.io VPP  v20.01-48-g3e0dafb74
Vector Packet Processing
snat_session_key_t Struct Reference
+ Collaboration diagram for snat_session_key_t:

Data Fields

union {
   struct {
      ip4_address_t   addr
 
      u16   port
 
      u16   protocol:3
 
      u16   fib_index:13
 
   } 
 
   u64   as_u64
 
}; 
 

Detailed Description

Definition at line 84 of file nat.h.

Field Documentation

◆ @78

union { ... }

◆ addr

ip4_address_t snat_session_key_t::addr

Definition at line 90 of file nat.h.

◆ as_u64

u64 snat_session_key_t::as_u64

Definition at line 94 of file nat.h.

◆ fib_index

u16 snat_session_key_t::fib_index

Definition at line 92 of file nat.h.

◆ port

u16 snat_session_key_t::port

Definition at line 91 of file nat.h.

◆ protocol

u16 snat_session_key_t::protocol

Definition at line 92 of file nat.h.


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