Home
last modified time | relevance | path

Searched refs:app_mac (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/bonding/
H A Drte_eth_bond_alb.c117 &client_info->app_mac); in bond_mode_alb_arp_recv()
118 rte_ether_addr_copy(&client_info->app_mac, in bond_mode_alb_arp_recv()
170 &client_info->app_mac); in bond_mode_alb_arp_xmit()
171 rte_ether_addr_copy(&client_info->app_mac, in bond_mode_alb_arp_xmit()
189 &client_info->app_mac); in bond_mode_alb_arp_xmit()
190 rte_ether_addr_copy(&client_info->app_mac, in bond_mode_alb_arp_xmit()
216 rte_ether_addr_copy(&client_info->app_mac, &eth_h->s_addr); in bond_mode_alb_arp_upd()
230 rte_ether_addr_copy(&client_info->app_mac, &arp_h->arp_data.arp_sha); in bond_mode_alb_arp_upd()
266 rte_eth_macaddr_get(client_info->slave_idx, &client_info->app_mac); in bond_mode_alb_client_list_upd()
H A Drte_eth_bond_alb.h16 struct rte_ether_addr app_mac; member