FD.io VPP
v19.08.2-294-g37e99c22d
Vector Packet Processing
|
Data Fields | |
struct { | |
union { | |
struct { | |
u32 l3_zero_pad [6] | |
ip4_address_t ip4_addr [2] | |
} | |
ip6_address_t ip6_addr [2] | |
} | |
fa_session_l4_key_t l4 | |
fa_packet_info_t pkt | |
}; | |
clib_bihash_kv_40_8_t | kv_40_8 |
struct { | |
u64 padding_for_kv_16_8 [3] | |
clib_bihash_kv_16_8_t kv_16_8 | |
}; | |
struct { ... } |
struct { ... } |
ip4_address_t fa_5tuple_t::ip4_addr[2] |
ip6_address_t fa_5tuple_t::ip6_addr[2] |
clib_bihash_kv_16_8_t fa_5tuple_t::kv_16_8 |
clib_bihash_kv_40_8_t fa_5tuple_t::kv_40_8 |
fa_session_l4_key_t fa_5tuple_t::l4 |
fa_packet_info_t fa_5tuple_t::pkt |