Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/bonding/
Dbond_main.c2543 RCU_INIT_POINTER(bond->current_arp_slave, NULL); in __bond_release_one()
3244 curr_arp_slave = rcu_dereference(bond->current_arp_slave); in bond_arp_rcv()
3455 curr_arp_slave = rcu_dereference(bond->current_arp_slave); in bond_na_rcv()
3691 !rcu_access_pointer(bond->current_arp_slave) && in bond_ab_arp_inspect()
3736 struct slave *current_arp_slave; in bond_ab_arp_commit() local
3738 current_arp_slave = rtnl_dereference(bond->current_arp_slave); in bond_ab_arp_commit()
3741 if (current_arp_slave) { in bond_ab_arp_commit()
3743 current_arp_slave, in bond_ab_arp_commit()
3745 RCU_INIT_POINTER(bond->current_arp_slave, NULL); in bond_ab_arp_commit()
3771 RCU_INIT_POINTER(bond->current_arp_slave, NULL); in bond_ab_arp_commit()
[all …]
/linux-6.12.1/include/net/
Dbonding.h219 struct slave __rcu *current_arp_slave; member