Home
last modified time | relevance | path

Searched refs:curr_active_slave (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/drivers/net/bonding/
Dbond_alb.c434 if (!bond->curr_active_slave) { in rlb_teach_disabled_mac_on_primary()
440 dev_set_promiscuity(bond->curr_active_slave->dev, 1); in rlb_teach_disabled_mac_on_primary()
445 alb_send_learning_packets(bond->curr_active_slave, addr); in rlb_teach_disabled_mac_on_primary()
494 if (slave != bond->curr_active_slave) { in rlb_clear_slave()
667 if (bond->curr_active_slave && in rlb_choose_channel()
668 client_info->slave != bond->curr_active_slave) { in rlb_choose_channel()
669 client_info->slave = bond->curr_active_slave; in rlb_choose_channel()
1093 struct slave *has_bond_addr = bond->curr_active_slave; in alb_handle_addr_collision_on_attach()
1360 tx_slave = bond->curr_active_slave; in bond_alb_xmit()
1365 if (tx_slave != bond->curr_active_slave) { in bond_alb_xmit()
[all …]
Dbond_main.c1192 if (bond->curr_active_slave) { in bond_set_promiscuity()
1193 dev_set_promiscuity(bond->curr_active_slave->dev, inc); in bond_set_promiscuity()
1211 if (bond->curr_active_slave) { in bond_set_allmulti()
1212 dev_set_allmulti(bond->curr_active_slave->dev, inc); in bond_set_allmulti()
1231 if (bond->curr_active_slave) { in bond_mc_add()
1232 dev_mc_add(bond->curr_active_slave->dev, addr, alen, 0); in bond_mc_add()
1251 if (bond->curr_active_slave) { in bond_mc_delete()
1252 dev_mc_delete(bond->curr_active_slave->dev, addr, alen, 0); in bond_mc_delete()
1384 new_active = old_active = bond->curr_active_slave; in bond_find_best_slave()
1442 struct slave *old_active = bond->curr_active_slave; in bond_change_active_slave()
[all …]
Dbonding.h184 struct slave *curr_active_slave; member
/linux-2.4.37.9/Documentation/networking/
Dbonding.txt363 address (the curr_active_slave) while having a unique hw
364 address for each slave in the bond. If the curr_active_slave
365 fails it's hw address is swapped with the new curr_active_slave