Searched refs:curr_arp_slave (Results 1 – 1 of 1) sorted by relevance
2543 struct slave *curr_active_slave, *curr_arp_slave; in bond_arp_rcv() local2591 curr_arp_slave = rcu_dereference(bond->current_arp_slave); in bond_arp_rcv()2622 else if (curr_arp_slave && (arp->ar_op == htons(ARPOP_REPLY)) && in bond_arp_rcv()2624 dev_trans_start(curr_arp_slave->dev), 1)) in bond_arp_rcv()2914 *curr_arp_slave = rcu_dereference(bond->current_arp_slave), in bond_ab_arp_probe() local2920 if (curr_arp_slave && curr_active_slave) in bond_ab_arp_probe()2922 curr_arp_slave->dev->name, in bond_ab_arp_probe()2935 if (!curr_arp_slave) { in bond_ab_arp_probe()2936 curr_arp_slave = bond_first_slave_rcu(bond); in bond_ab_arp_probe()2937 if (!curr_arp_slave) in bond_ab_arp_probe()[all …]