![]() |
FD.io VPP
v16.12-rc0-308-g931be3a
Vector Packet Processing
|
Collaboration diagram for ethernet_main_t:Data Fields | |
| vlib_main_t * | vlib_main |
| next_by_ethertype_t | l3_next |
| u32 | l2_next |
| u32 | redirect_l3 |
| u32 | redirect_l3_next |
| ethernet_interface_t * | interfaces |
| ethernet_type_info_t * | type_infos |
| uword * | type_info_by_name |
| uword * | type_info_by_type |
| main_intf_t * | main_intfs |
| vlan_table_t * | vlan_pool |
| qinq_table_t * | qinq_pool |
| int | format_ethernet_address_16bit |
| u8 | next_by_ethertype_register_called |
| vnet_feature_config_main_t | feature_config_mains [VNET_N_IP_FEAT] |
| per-interface features More... | |
| vnet_feature_registration_t * | next_feature [VNET_N_IP_FEAT] |
| Feature path configuration lists. More... | |
| char ** | feature_nodes [VNET_N_IP_FEAT] |
| Save results for show command. More... | |
| u32 | ethernet_tx_feature_drop |
| feature node indicies More... | |
Definition at line 228 of file ethernet.h.
| u32 ethernet_main_t::ethernet_tx_feature_drop |
feature node indicies
Definition at line 276 of file ethernet.h.
| vnet_feature_config_main_t ethernet_main_t::feature_config_mains[VNET_N_IP_FEAT] |
per-interface features
Definition at line 267 of file ethernet.h.
| char** ethernet_main_t::feature_nodes[VNET_N_IP_FEAT] |
Save results for show command.
Definition at line 273 of file ethernet.h.
| int ethernet_main_t::format_ethernet_address_16bit |
Definition at line 261 of file ethernet.h.
| ethernet_interface_t* ethernet_main_t::interfaces |
Definition at line 243 of file ethernet.h.
| u32 ethernet_main_t::l2_next |
Definition at line 236 of file ethernet.h.
| next_by_ethertype_t ethernet_main_t::l3_next |
Definition at line 233 of file ethernet.h.
| main_intf_t* ethernet_main_t::main_intfs |
Definition at line 252 of file ethernet.h.
| u8 ethernet_main_t::next_by_ethertype_register_called |
Definition at line 264 of file ethernet.h.
| vnet_feature_registration_t* ethernet_main_t::next_feature[VNET_N_IP_FEAT] |
Feature path configuration lists.
Definition at line 270 of file ethernet.h.
| qinq_table_t* ethernet_main_t::qinq_pool |
Definition at line 258 of file ethernet.h.
| u32 ethernet_main_t::redirect_l3 |
Definition at line 239 of file ethernet.h.
| u32 ethernet_main_t::redirect_l3_next |
Definition at line 240 of file ethernet.h.
| uword* ethernet_main_t::type_info_by_name |
Definition at line 248 of file ethernet.h.
| uword * ethernet_main_t::type_info_by_type |
Definition at line 248 of file ethernet.h.
| ethernet_type_info_t* ethernet_main_t::type_infos |
Definition at line 245 of file ethernet.h.
| vlan_table_t* ethernet_main_t::vlan_pool |
Definition at line 255 of file ethernet.h.
| vlib_main_t* ethernet_main_t::vlib_main |
Definition at line 230 of file ethernet.h.