Searched refs:curr_arp_slave (Results 1 – 1 of 1) sorted by relevance
2402 struct slave *curr_active_slave, *curr_arp_slave; in bond_arp_rcv() local2449 curr_arp_slave = rcu_dereference(bond->current_arp_slave); in bond_arp_rcv()2480 else if (curr_arp_slave && (arp->ar_op == htons(ARPOP_REPLY)) && in bond_arp_rcv()2482 dev_trans_start(curr_arp_slave->dev), 1)) in bond_arp_rcv()2769 *curr_arp_slave = rcu_dereference(bond->current_arp_slave), in bond_ab_arp_probe() local2775 if (curr_arp_slave && curr_active_slave) in bond_ab_arp_probe()2777 curr_arp_slave->dev->name, in bond_ab_arp_probe()2790 if (!curr_arp_slave) { in bond_ab_arp_probe()2791 curr_arp_slave = bond_first_slave_rcu(bond); in bond_ab_arp_probe()2792 if (!curr_arp_slave) in bond_ab_arp_probe()[all …]