Searched refs:should_notify_rtnl (Results 1 – 2 of 2) sorted by relevance
3253 bool should_notify_rtnl = BOND_SLAVE_NOTIFY_LATER; in bond_ab_arp_probe() local3262 return should_notify_rtnl; in bond_ab_arp_probe()3273 return should_notify_rtnl; in bond_ab_arp_probe()3320 should_notify_rtnl = BOND_SLAVE_NOTIFY_NOW; in bond_ab_arp_probe()3324 return should_notify_rtnl; in bond_ab_arp_probe()3330 bool should_notify_rtnl = false; in bond_activebackup_arp_mon() local3358 should_notify_rtnl = bond_ab_arp_probe(bond); in bond_activebackup_arp_mon()3365 if (should_notify_peers || should_notify_rtnl) { in bond_activebackup_arp_mon()3374 if (should_notify_rtnl) { in bond_activebackup_arp_mon()
2301 bool should_notify_rtnl = BOND_SLAVE_NOTIFY_LATER; in bond_3ad_state_machine_handler() local2357 should_notify_rtnl = BOND_SLAVE_NOTIFY_NOW; in bond_3ad_state_machine_handler()2367 if (should_notify_rtnl && rtnl_trylock()) { in bond_3ad_state_machine_handler()