Home
last modified time | relevance | path

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

/linux/drivers/net/bonding/
H A Dbond_main.c3753 bool should_notify_rtnl = BOND_SLAVE_NOTIFY_LATER; in bond_ab_arp_probe() local
3762 return should_notify_rtnl; in bond_ab_arp_probe()
3773 return should_notify_rtnl; in bond_ab_arp_probe()
3820 should_notify_rtnl = BOND_SLAVE_NOTIFY_NOW; in bond_ab_arp_probe()
3824 return should_notify_rtnl; in bond_ab_arp_probe()
3829 bool should_notify_rtnl; in bond_activebackup_arp_mon() local
3854 should_notify_rtnl = bond_ab_arp_probe(bond); in bond_activebackup_arp_mon()
3857 if (READ_ONCE(bond->send_peer_notif) || should_notify_rtnl) { in bond_activebackup_arp_mon()
3866 if (should_notify_rtnl) { in bond_activebackup_arp_mon()
H A Dbond_3ad.c2536 bool should_notify_rtnl = BOND_SLAVE_NOTIFY_LATER; in bond_3ad_state_machine_handler() local
2592 should_notify_rtnl = BOND_SLAVE_NOTIFY_NOW; in bond_3ad_state_machine_handler()
2602 if (should_notify_rtnl && rtnl_trylock()) { in bond_3ad_state_machine_handler()