|  | FD.io VPP
    v19.04.4-rc0-5-ge88582fac
    Vector Packet Processing | 
 Collaboration diagram for nat_reass_ip6_key_t:
 Collaboration diagram for nat_reass_ip6_key_t:| Data Fields | |
| union { | |
| struct { | |
| ip6_address_t src | |
| ip6_address_t dst | |
| u32 frag_id | |
| u32 proto | |
| u64 unused | |
| } | |
| u64 as_u64 [6] | |
| }; | |
Definition at line 76 of file nat_reass.h.
| union { ... } | 
| u64 nat_reass_ip6_key_t::as_u64[6] | 
Definition at line 89 of file nat_reass.h.
| ip6_address_t nat_reass_ip6_key_t::dst | 
Definition at line 83 of file nat_reass.h.
| u32 nat_reass_ip6_key_t::frag_id | 
Definition at line 84 of file nat_reass.h.
| u32 nat_reass_ip6_key_t::proto | 
Definition at line 86 of file nat_reass.h.
| ip6_address_t nat_reass_ip6_key_t::src | 
Definition at line 82 of file nat_reass.h.
| u64 nat_reass_ip6_key_t::unused | 
Definition at line 87 of file nat_reass.h.