Searched refs:should_notify_rtnl (Results 1 – 2 of 2) sorted by relevance
3638 bool should_notify_rtnl = BOND_SLAVE_NOTIFY_LATER; in bond_ab_arp_probe() local3647 return should_notify_rtnl; in bond_ab_arp_probe()3658 return should_notify_rtnl; in bond_ab_arp_probe()3705 should_notify_rtnl = BOND_SLAVE_NOTIFY_NOW; in bond_ab_arp_probe()3709 return should_notify_rtnl; in bond_ab_arp_probe()3715 bool should_notify_rtnl = false; in bond_activebackup_arp_mon() local3743 should_notify_rtnl = bond_ab_arp_probe(bond); in bond_activebackup_arp_mon()3750 if (should_notify_peers || should_notify_rtnl) { in bond_activebackup_arp_mon()3759 if (should_notify_rtnl) { in bond_activebackup_arp_mon()
2325 bool should_notify_rtnl = BOND_SLAVE_NOTIFY_LATER; in bond_3ad_state_machine_handler() local2381 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()
Completed in 15 milliseconds