FD.io VPP  v19.08.1-401-g8e4ed521a
Vector Packet Processing
ethernet_arp_main_t Struct Reference
+ Collaboration diagram for ethernet_arp_main_t:

Data Fields

uwordopcode_by_name
 
uwordpending_resolutions_by_address
 
pending_resolution_tpending_resolutions
 
uwordmac_changes_by_address
 
pending_resolution_tmac_changes
 
ethernet_arp_ip4_entry_tip4_entry_pool
 
u32 arp_delete_rotor
 
u32 limit_arp_cache_size
 
ethernet_arp_interface_tethernet_arp_by_sw_if_index
 Per interface state. More...
 
ethernet_proxy_arp_tproxy_arps
 
uword wc_ip4_arp_publisher_node
 
uword wc_ip4_arp_publisher_et
 
u8 feature_arc_index
 

Detailed Description

Definition at line 81 of file arp.c.

Field Documentation

◆ arp_delete_rotor

u32 ethernet_arp_main_t::arp_delete_rotor

Definition at line 97 of file arp.c.

◆ ethernet_arp_by_sw_if_index

ethernet_arp_interface_t* ethernet_arp_main_t::ethernet_arp_by_sw_if_index

Per interface state.

Definition at line 101 of file arp.c.

◆ feature_arc_index

u8 ethernet_arp_main_t::feature_arc_index

Definition at line 110 of file arp.c.

◆ ip4_entry_pool

ethernet_arp_ip4_entry_t* ethernet_arp_main_t::ip4_entry_pool

Definition at line 94 of file arp.c.

◆ limit_arp_cache_size

u32 ethernet_arp_main_t::limit_arp_cache_size

Definition at line 98 of file arp.c.

◆ mac_changes

pending_resolution_t* ethernet_arp_main_t::mac_changes

Definition at line 92 of file arp.c.

◆ mac_changes_by_address

uword* ethernet_arp_main_t::mac_changes_by_address

Definition at line 91 of file arp.c.

◆ opcode_by_name

uword* ethernet_arp_main_t::opcode_by_name

Definition at line 84 of file arp.c.

◆ pending_resolutions

pending_resolution_t* ethernet_arp_main_t::pending_resolutions

Definition at line 88 of file arp.c.

◆ pending_resolutions_by_address

uword* ethernet_arp_main_t::pending_resolutions_by_address

Definition at line 87 of file arp.c.

◆ proxy_arps

ethernet_proxy_arp_t* ethernet_arp_main_t::proxy_arps

Definition at line 104 of file arp.c.

◆ wc_ip4_arp_publisher_et

uword ethernet_arp_main_t::wc_ip4_arp_publisher_et

Definition at line 107 of file arp.c.

◆ wc_ip4_arp_publisher_node

uword ethernet_arp_main_t::wc_ip4_arp_publisher_node

Definition at line 106 of file arp.c.


The documentation for this struct was generated from the following file: