FD.io VPP
v17.04-9-g99c0734
Vector Packet Processing
|
Data Fields | |
gid_ip4_table_t | dst_ip4_table |
destination IP LPM ip4 lookup table More... | |
gid_ip4_table_t * | src_ip4_table_pool |
pool of source IP LPM ip4 lookup tables More... | |
gid_ip6_table_t | dst_ip6_table |
destination IP LPM ip6 lookup table More... | |
gid_ip6_table_t * | src_ip6_table_pool |
pool of source IP LPM ip6 lookup tables More... | |
gid_mac_table_t | sd_mac_table |
flat source/dest mac lookup table More... | |
Definition at line 82 of file gid_dictionary.h.
gid_ip4_table_t gid_dictionary_t::dst_ip4_table |
destination IP LPM ip4 lookup table
Definition at line 85 of file gid_dictionary.h.
gid_ip6_table_t gid_dictionary_t::dst_ip6_table |
destination IP LPM ip6 lookup table
Definition at line 91 of file gid_dictionary.h.
gid_mac_table_t gid_dictionary_t::sd_mac_table |
flat source/dest mac lookup table
Definition at line 97 of file gid_dictionary.h.
gid_ip4_table_t* gid_dictionary_t::src_ip4_table_pool |
pool of source IP LPM ip4 lookup tables
Definition at line 88 of file gid_dictionary.h.
gid_ip6_table_t* gid_dictionary_t::src_ip6_table_pool |
pool of source IP LPM ip6 lookup tables
Definition at line 94 of file gid_dictionary.h.