FD.io VPP  v20.05-21-gb1500e9ff
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 72 of file nat.h.

Field Documentation

◆ @82

union { ... }

◆ addr

ip4_address_t snat_session_key_t::addr

Definition at line 78 of file nat.h.

◆ as_u64

u64 snat_session_key_t::as_u64

Definition at line 82 of file nat.h.

◆ fib_index

u16 snat_session_key_t::fib_index

Definition at line 80 of file nat.h.

◆ port

u16 snat_session_key_t::port

Definition at line 79 of file nat.h.

◆ protocol

u16 snat_session_key_t::protocol

Definition at line 80 of file nat.h.


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