![]() |
FD.io VPP
v19.08.2-294-g37e99c22d
Vector Packet Processing
|
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] | |
| }; | |
| union { ... } |
| ip4_address_t nat_ed_ses_key_t::l_addr |
| ip4_address_t nat_ed_ses_key_t::r_addr |