Home
last modified time | relevance | path

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

/linux/drivers/net/bonding/
H A Dbond_main.c1273 bool should_notify_peers = false; in bond_change_active_slave() local
1286 should_notify_peers = in bond_change_active_slave()
1291 if (should_notify_peers) { in bond_change_active_slave()
2793 bool should_notify_peers; in bond_mii_monitor() local
2806 should_notify_peers = bond_should_notify_peers(bond); in bond_mii_monitor()
2828 if (should_notify_peers) in bond_mii_monitor()
3744 bool should_notify_peers = false; in bond_activebackup_arp_mon() local
3755 should_notify_peers = bond_should_notify_peers(bond); in bond_activebackup_arp_mon()
3763 should_notify_peers = false; in bond_activebackup_arp_mon()
3780 if (should_notify_peers || should_notify_rtnl) { in bond_activebackup_arp_mon()
[all …]