Home
last modified time | relevance | path

Searched refs:should_notify_rtnl (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/bonding/
H A Dbond_main.c3274 bool should_notify_rtnl = BOND_SLAVE_NOTIFY_LATER; in bond_ab_arp_probe() local
3283 return should_notify_rtnl; in bond_ab_arp_probe()
3294 return should_notify_rtnl; in bond_ab_arp_probe()
3341 should_notify_rtnl = BOND_SLAVE_NOTIFY_NOW; in bond_ab_arp_probe()
3345 return should_notify_rtnl; in bond_ab_arp_probe()
3351 bool should_notify_rtnl = false; in bond_activebackup_arp_mon() local
3379 should_notify_rtnl = bond_ab_arp_probe(bond); in bond_activebackup_arp_mon()
3386 if (should_notify_peers || should_notify_rtnl) { in bond_activebackup_arp_mon()
3395 if (should_notify_rtnl) { in bond_activebackup_arp_mon()
H A Dbond_3ad.c2301 bool should_notify_rtnl = BOND_SLAVE_NOTIFY_LATER; in bond_3ad_state_machine_handler() local
2357 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()
/kernel/linux/linux-6.6/drivers/net/bonding/
H A Dbond_main.c3689 bool should_notify_rtnl = BOND_SLAVE_NOTIFY_LATER; in bond_ab_arp_probe() local
3698 return should_notify_rtnl; in bond_ab_arp_probe()
3709 return should_notify_rtnl; in bond_ab_arp_probe()
3756 should_notify_rtnl = BOND_SLAVE_NOTIFY_NOW; in bond_ab_arp_probe()
3760 return should_notify_rtnl; in bond_ab_arp_probe()
3766 bool should_notify_rtnl = false; in bond_activebackup_arp_mon() local
3794 should_notify_rtnl = bond_ab_arp_probe(bond); in bond_activebackup_arp_mon()
3801 if (should_notify_peers || should_notify_rtnl) { in bond_activebackup_arp_mon()
3810 if (should_notify_rtnl) { in bond_activebackup_arp_mon()
H A Dbond_3ad.c2325 bool should_notify_rtnl = BOND_SLAVE_NOTIFY_LATER; in bond_3ad_state_machine_handler() local
2381 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 21 milliseconds