Lines Matching refs:curr_arp_slave
3027 struct slave *curr_active_slave, *curr_arp_slave; in bond_arp_rcv() local
3062 curr_arp_slave = rcu_dereference(bond->current_arp_slave); in bond_arp_rcv()
3093 else if (curr_arp_slave && (arp->ar_op == htons(ARPOP_REPLY)) && in bond_arp_rcv()
3094 bond_time_in_interval(bond, slave_last_tx(curr_arp_slave), 1)) in bond_arp_rcv()
3247 struct slave *curr_active_slave, *curr_arp_slave; in bond_na_rcv() local
3272 curr_arp_slave = rcu_dereference(bond->current_arp_slave); in bond_na_rcv()
3283 else if (curr_arp_slave && in bond_na_rcv()
3284 bond_time_in_interval(bond, slave_last_tx(curr_arp_slave), 1)) in bond_na_rcv()
3631 *curr_arp_slave = rcu_dereference(bond->current_arp_slave), in bond_ab_arp_probe() local
3637 if (curr_arp_slave && curr_active_slave) in bond_ab_arp_probe()
3639 curr_arp_slave->dev->name, in bond_ab_arp_probe()
3652 if (!curr_arp_slave) { in bond_ab_arp_probe()
3653 curr_arp_slave = bond_first_slave_rcu(bond); in bond_ab_arp_probe()
3654 if (!curr_arp_slave) in bond_ab_arp_probe()
3682 if (slave == curr_arp_slave) in bond_ab_arp_probe()