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

Field Documentation

◆ @82

union { ... }

◆ as_u64

u64 nat_ed_ses_key_t::as_u64[2]

Definition at line 111 of file nat.h.

◆ fib_index

u32 nat_ed_ses_key_t::fib_index

Definition at line 107 of file nat.h.

◆ l_addr

ip4_address_t nat_ed_ses_key_t::l_addr

Definition at line 105 of file nat.h.

◆ l_port

u16 nat_ed_ses_key_t::l_port

Definition at line 108 of file nat.h.

◆ proto

u32 nat_ed_ses_key_t::proto

Definition at line 107 of file nat.h.

◆ r_addr

ip4_address_t nat_ed_ses_key_t::r_addr

Definition at line 106 of file nat.h.

◆ r_port

u16 nat_ed_ses_key_t::r_port

Definition at line 109 of file nat.h.


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