Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/bonding/
Dbond_main.c871 bool should_notify_peers = false; in bond_change_active_slave() local
883 should_notify_peers = in bond_change_active_slave()
888 if (should_notify_peers) in bond_change_active_slave()
2187 bool should_notify_peers = false; in bond_mii_monitor() local
2197 should_notify_peers = bond_should_notify_peers(bond); in bond_mii_monitor()
2205 should_notify_peers = false; in bond_mii_monitor()
2219 if (should_notify_peers) { in bond_mii_monitor()
2873 bool should_notify_peers = false; in bond_activebackup_arp_mon() local
2884 should_notify_peers = bond_should_notify_peers(bond); in bond_activebackup_arp_mon()
2892 should_notify_peers = false; in bond_activebackup_arp_mon()
[all …]