Searched refs:curr_arp_slave (Results 1 – 1 of 1) sorted by relevance
2971 struct slave *curr_active_slave, *curr_arp_slave; in bond_arp_rcv() local3019 curr_arp_slave = rcu_dereference(bond->current_arp_slave); in bond_arp_rcv()3050 else if (curr_arp_slave && (arp->ar_op == htons(ARPOP_REPLY)) && in bond_arp_rcv()3052 dev_trans_start(curr_arp_slave->dev), 1)) in bond_arp_rcv()3358 *curr_arp_slave = rcu_dereference(bond->current_arp_slave), in bond_ab_arp_probe() local3364 if (curr_arp_slave && curr_active_slave) in bond_ab_arp_probe()3366 curr_arp_slave->dev->name, in bond_ab_arp_probe()3379 if (!curr_arp_slave) { in bond_ab_arp_probe()3380 curr_arp_slave = bond_first_slave_rcu(bond); in bond_ab_arp_probe()3381 if (!curr_arp_slave) in bond_ab_arp_probe()[all …]