Searched refs:curr_arp_slave (Results 1 – 1 of 1) sorted by relevance
2455 struct slave *curr_active_slave, *curr_arp_slave; in bond_arp_rcv() local2502 curr_arp_slave = rcu_dereference(bond->current_arp_slave); in bond_arp_rcv()2533 else if (curr_arp_slave && (arp->ar_op == htons(ARPOP_REPLY)) && in bond_arp_rcv()2535 dev_trans_start(curr_arp_slave->dev), 1)) in bond_arp_rcv()2829 *curr_arp_slave = rcu_dereference(bond->current_arp_slave), in bond_ab_arp_probe() local2835 if (curr_arp_slave && curr_active_slave) in bond_ab_arp_probe()2837 curr_arp_slave->dev->name, in bond_ab_arp_probe()2850 if (!curr_arp_slave) { in bond_ab_arp_probe()2851 curr_arp_slave = bond_first_slave_rcu(bond); in bond_ab_arp_probe()2852 if (!curr_arp_slave) in bond_ab_arp_probe()[all …]