Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/bonding/
Dbond_main.c1187 bool should_notify_peers = false; in bond_change_active_slave() local
1200 should_notify_peers = in bond_change_active_slave()
1205 if (should_notify_peers) { in bond_change_active_slave()
2717 bool should_notify_peers = false; in bond_mii_monitor() local
2729 should_notify_peers = bond_should_notify_peers(bond); in bond_mii_monitor()
2745 should_notify_peers = false; in bond_mii_monitor()
2761 if (should_notify_peers) { in bond_mii_monitor()
3438 bool should_notify_peers = false; in bond_activebackup_arp_mon() local
3449 should_notify_peers = bond_should_notify_peers(bond); in bond_activebackup_arp_mon()
3457 should_notify_peers = false; in bond_activebackup_arp_mon()
[all …]