FD.io VPP  v18.04-17-g3a0d853
Vector Packet Processing
nat_ed_ses_key_t Struct Reference
+ Collaboration diagram for nat_ed_ses_key_t:

Data Fields

union {
   struct {
      ip4_address_t   l_addr
 
      ip4_address_t   r_addr
 
      u32   proto:8
 
      u32   fib_index:24
 
      u16   l_port
 
      u16   r_port
 
   } 
 
   u64   as_u64 [2]
 
}; 
 

Detailed Description

Definition at line 57 of file nat.h.

Field Documentation

union { ... }
u64 nat_ed_ses_key_t::as_u64[2]

Definition at line 69 of file nat.h.

u32 nat_ed_ses_key_t::fib_index

Definition at line 64 of file nat.h.

ip4_address_t nat_ed_ses_key_t::l_addr

Definition at line 62 of file nat.h.

u16 nat_ed_ses_key_t::l_port

Definition at line 66 of file nat.h.

u32 nat_ed_ses_key_t::proto

Definition at line 64 of file nat.h.

ip4_address_t nat_ed_ses_key_t::r_addr

Definition at line 63 of file nat.h.

u16 nat_ed_ses_key_t::r_port

Definition at line 67 of file nat.h.


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