Lines Matching refs:curr_arp_slave
2527 struct slave *curr_active_slave, *curr_arp_slave; in bond_arp_rcv() local
2575 curr_arp_slave = rcu_dereference(bond->current_arp_slave); in bond_arp_rcv()
2606 else if (curr_arp_slave && (arp->ar_op == htons(ARPOP_REPLY)) && in bond_arp_rcv()
2608 dev_trans_start(curr_arp_slave->dev), 1)) in bond_arp_rcv()
2902 *curr_arp_slave = rcu_dereference(bond->current_arp_slave), in bond_ab_arp_probe() local
2908 if (curr_arp_slave && curr_active_slave) in bond_ab_arp_probe()
2910 curr_arp_slave->dev->name, in bond_ab_arp_probe()
2923 if (!curr_arp_slave) { in bond_ab_arp_probe()
2924 curr_arp_slave = bond_first_slave_rcu(bond); in bond_ab_arp_probe()
2925 if (!curr_arp_slave) in bond_ab_arp_probe()
2929 bond_set_slave_inactive_flags(curr_arp_slave, BOND_SLAVE_NOTIFY_LATER); in bond_ab_arp_probe()
2956 if (slave == curr_arp_slave) in bond_ab_arp_probe()