Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/bonding/
Dbond_main.c870 bool should_notify_peers = false; in bond_change_active_slave() local
882 should_notify_peers = in bond_change_active_slave()
887 if (should_notify_peers) in bond_change_active_slave()
2285 bool should_notify_peers = false; in bond_mii_monitor() local
2297 should_notify_peers = bond_should_notify_peers(bond); in bond_mii_monitor()
2305 should_notify_peers = false; in bond_mii_monitor()
2322 if (should_notify_peers) { in bond_mii_monitor()
2985 bool should_notify_peers = false; in bond_activebackup_arp_mon() local
2996 should_notify_peers = bond_should_notify_peers(bond); in bond_activebackup_arp_mon()
3004 should_notify_peers = false; in bond_activebackup_arp_mon()
[all …]