FD.io VPP
v19.01.3-6-g70449b9b9
Vector Packet Processing
|
Data Fields | |
gid_l2_arp_ndp_table_t | arp_ndp_table |
L2 ARP/NDP table. More... | |
gid_nsh_table_t | nsh_table |
NSH lookup table. More... | |
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 109 of file gid_dictionary.h.
gid_l2_arp_ndp_table_t gid_dictionary_t::arp_ndp_table |
L2 ARP/NDP table.
Definition at line 112 of file gid_dictionary.h.
gid_ip4_table_t gid_dictionary_t::dst_ip4_table |
destination IP LPM ip4 lookup table
Definition at line 118 of file gid_dictionary.h.
gid_ip6_table_t gid_dictionary_t::dst_ip6_table |
destination IP LPM ip6 lookup table
Definition at line 124 of file gid_dictionary.h.
gid_nsh_table_t gid_dictionary_t::nsh_table |
NSH lookup table.
Definition at line 115 of file gid_dictionary.h.
gid_mac_table_t gid_dictionary_t::sd_mac_table |
flat source/dest mac lookup table
Definition at line 130 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 121 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 127 of file gid_dictionary.h.