Home
last modified time | relevance | path

Searched refs:ad_actor_system (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/bonding/
H A Dbond_sysfs.c733 return sysfs_emit(buf, "%pM\n", bond->params.ad_actor_system); in bonding_show_ad_actor_system()
738 static DEVICE_ATTR(ad_actor_system, 0644,
H A Dbond_3ad.c2159 if (is_zero_ether_addr(bond->params.ad_actor_system)) in bond_3ad_initialize()
2164 *((struct mac_addr *)bond->params.ad_actor_system); in bond_3ad_initialize()
2400 if (is_zero_ether_addr(bond->params.ad_actor_system)) in bond_3ad_update_ad_actor_settings()
2405 *((struct mac_addr *)bond->params.ad_actor_system); in bond_3ad_update_ad_actor_settings()
H A Dbond_netlink.c807 ETH_ALEN, &bond->params.ad_actor_system)) in bond_fill_info()
H A Dbond_options.c1811 ether_addr_copy(bond->params.ad_actor_system, mac); in bond_option_ad_actor_system_set()
H A Dbond_main.c6452 eth_zero_addr(params->ad_actor_system); in bond_check_params()
/linux/include/net/
H A Dbonding.h154 u8 ad_actor_system[ETH_ALEN + 2]; member