Searched refs:should_notify_rtnl (Results 1 – 2 of 2) sorted by relevance
2773 bool should_notify_rtnl = BOND_SLAVE_NOTIFY_LATER; in bond_ab_arp_probe() local2782 return should_notify_rtnl; in bond_ab_arp_probe()2793 return should_notify_rtnl; in bond_ab_arp_probe()2841 should_notify_rtnl = BOND_SLAVE_NOTIFY_NOW; in bond_ab_arp_probe()2845 return should_notify_rtnl; in bond_ab_arp_probe()2853 bool should_notify_rtnl = false; in bond_activebackup_arp_mon() local2881 should_notify_rtnl = bond_ab_arp_probe(bond); in bond_activebackup_arp_mon()2888 if (should_notify_peers || should_notify_rtnl) { in bond_activebackup_arp_mon()2895 if (should_notify_rtnl) in bond_activebackup_arp_mon()
2164 bool should_notify_rtnl = BOND_SLAVE_NOTIFY_LATER; in bond_3ad_state_machine_handler() local2222 should_notify_rtnl = BOND_SLAVE_NOTIFY_NOW; in bond_3ad_state_machine_handler()2232 if (should_notify_rtnl && rtnl_trylock()) { in bond_3ad_state_machine_handler()