Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/bonding/
Dbond_main.c853 bool should_notify_peers = false; in bond_change_active_slave() local
865 should_notify_peers = in bond_change_active_slave()
870 if (should_notify_peers) in bond_change_active_slave()
2166 bool should_notify_peers = false; in bond_mii_monitor() local
2176 should_notify_peers = bond_should_notify_peers(bond); in bond_mii_monitor()
2184 should_notify_peers = false; in bond_mii_monitor()
2198 if (should_notify_peers) { in bond_mii_monitor()
2852 bool should_notify_peers = false; in bond_activebackup_arp_mon() local
2863 should_notify_peers = bond_should_notify_peers(bond); in bond_activebackup_arp_mon()
2871 should_notify_peers = false; in bond_activebackup_arp_mon()
[all …]