Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/bonding/
Dbond_main.c2918 bool should_notify_rtnl = BOND_SLAVE_NOTIFY_LATER; in bond_ab_arp_probe() local
2927 return should_notify_rtnl; in bond_ab_arp_probe()
2938 return should_notify_rtnl; in bond_ab_arp_probe()
2987 should_notify_rtnl = BOND_SLAVE_NOTIFY_NOW; in bond_ab_arp_probe()
2991 return should_notify_rtnl; in bond_ab_arp_probe()
2997 bool should_notify_rtnl = false; in bond_activebackup_arp_mon() local
3025 should_notify_rtnl = bond_ab_arp_probe(bond); in bond_activebackup_arp_mon()
3032 if (should_notify_peers || should_notify_rtnl) { in bond_activebackup_arp_mon()
3039 if (should_notify_rtnl) { in bond_activebackup_arp_mon()
Dbond_3ad.c2291 bool should_notify_rtnl = BOND_SLAVE_NOTIFY_LATER; in bond_3ad_state_machine_handler() local
2349 should_notify_rtnl = BOND_SLAVE_NOTIFY_NOW; in bond_3ad_state_machine_handler()
2359 if (should_notify_rtnl && rtnl_trylock()) { in bond_3ad_state_machine_handler()