Searched refs:should_notify_rtnl (Results 1 – 2 of 2) sorted by relevance
3755 bool should_notify_rtnl = BOND_SLAVE_NOTIFY_LATER; in bond_ab_arp_probe() local3764 return should_notify_rtnl; in bond_ab_arp_probe()3775 return should_notify_rtnl; in bond_ab_arp_probe()3822 should_notify_rtnl = BOND_SLAVE_NOTIFY_NOW; in bond_ab_arp_probe()3826 return should_notify_rtnl; in bond_ab_arp_probe()3831 bool should_notify_rtnl; in bond_activebackup_arp_mon() local3856 should_notify_rtnl = bond_ab_arp_probe(bond); in bond_activebackup_arp_mon()3859 if (READ_ONCE(bond->send_peer_notif) || should_notify_rtnl) { in bond_activebackup_arp_mon()3868 if (should_notify_rtnl) { in bond_activebackup_arp_mon()
2526 bool should_notify_rtnl = BOND_SLAVE_NOTIFY_LATER; in bond_3ad_state_machine_handler() local2582 should_notify_rtnl = BOND_SLAVE_NOTIFY_NOW; in bond_3ad_state_machine_handler()2592 if (should_notify_rtnl && rtnl_trylock()) { in bond_3ad_state_machine_handler()