Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/bonding/
Dbond_main.c1220 bool should_notify_peers = false; in bond_change_active_slave() local
1233 should_notify_peers = in bond_change_active_slave()
1238 if (should_notify_peers) { in bond_change_active_slave()
2803 bool should_notify_peers = false; in bond_mii_monitor() local
2815 should_notify_peers = bond_should_notify_peers(bond); in bond_mii_monitor()
2831 should_notify_peers = false; in bond_mii_monitor()
2847 if (should_notify_peers) { in bond_mii_monitor()
3757 bool should_notify_peers = false; in bond_activebackup_arp_mon() local
3768 should_notify_peers = bond_should_notify_peers(bond); in bond_activebackup_arp_mon()
3776 should_notify_peers = false; in bond_activebackup_arp_mon()
[all …]