Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/bonding/
Dbond_main.c3681 bool should_notify_rtnl = BOND_SLAVE_NOTIFY_LATER; in bond_ab_arp_probe() local
3690 return should_notify_rtnl; in bond_ab_arp_probe()
3701 return should_notify_rtnl; in bond_ab_arp_probe()
3748 should_notify_rtnl = BOND_SLAVE_NOTIFY_NOW; in bond_ab_arp_probe()
3752 return should_notify_rtnl; in bond_ab_arp_probe()
3758 bool should_notify_rtnl = false; in bond_activebackup_arp_mon() local
3786 should_notify_rtnl = bond_ab_arp_probe(bond); in bond_activebackup_arp_mon()
3793 if (should_notify_peers || should_notify_rtnl) { in bond_activebackup_arp_mon()
3802 if (should_notify_rtnl) { in bond_activebackup_arp_mon()
Dbond_3ad.c2325 bool should_notify_rtnl = BOND_SLAVE_NOTIFY_LATER; in bond_3ad_state_machine_handler() local
2381 should_notify_rtnl = BOND_SLAVE_NOTIFY_NOW; in bond_3ad_state_machine_handler()
2391 if (should_notify_rtnl && rtnl_trylock()) { in bond_3ad_state_machine_handler()