Home
last modified time | relevance | path

Searched refs:should_notify (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/include/net/
Dbonding.h174 should_notify:1, /* indicates whether the state changed */ member
394 slave->should_notify = 0; in bond_set_slave_state()
396 if (slave->should_notify) in bond_set_slave_state()
397 slave->should_notify = 0; in bond_set_slave_state()
399 slave->should_notify = 1; in bond_set_slave_state()
422 if (tmp->should_notify) { in bond_slave_state_notify()
424 tmp->should_notify = 0; in bond_slave_state_notify()
/linux-5.19.10/drivers/net/bonding/
Dbond_3ad.c2374 if (slave->should_notify) { in bond_3ad_state_machine_handler()
Dbond_main.c3652 if (slave->should_notify || slave->should_notify_link) { in bond_ab_arp_probe()
/linux-5.19.10/net/ipv6/
Droute.c5197 bool should_notify = false; in ip6_route_mpath_should_notify() local
5213 should_notify = true; in ip6_route_mpath_should_notify()
5217 return should_notify; in ip6_route_mpath_should_notify()