Home
last modified time | relevance | path

Searched refs:curr_arp_slave (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/drivers/net/bonding/
Dbond_main.c2741 struct slave *curr_active_slave, *curr_arp_slave; in bond_arp_rcv() local
2789 curr_arp_slave = rcu_dereference(bond->current_arp_slave); in bond_arp_rcv()
2820 else if (curr_arp_slave && (arp->ar_op == htons(ARPOP_REPLY)) && in bond_arp_rcv()
2822 dev_trans_start(curr_arp_slave->dev), 1)) in bond_arp_rcv()
3128 *curr_arp_slave = rcu_dereference(bond->current_arp_slave), in bond_ab_arp_probe() local
3134 if (curr_arp_slave && curr_active_slave) in bond_ab_arp_probe()
3136 curr_arp_slave->dev->name, in bond_ab_arp_probe()
3149 if (!curr_arp_slave) { in bond_ab_arp_probe()
3150 curr_arp_slave = bond_first_slave_rcu(bond); in bond_ab_arp_probe()
3151 if (!curr_arp_slave) in bond_ab_arp_probe()
[all …]