Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A Dbonding.h168 should_notify:1, /* indicates whether the state changed */ member
385 slave->should_notify = 0; in bond_set_slave_state()
387 if (slave->should_notify) in bond_set_slave_state()
388 slave->should_notify = 0; in bond_set_slave_state()
390 slave->should_notify = 1; in bond_set_slave_state()
413 if (tmp->should_notify) { in bond_slave_state_notify()
415 tmp->should_notify = 0; in bond_slave_state_notify()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Droute.c5058 bool should_notify = false; in ip6_route_mpath_should_notify() local
5074 should_notify = true; in ip6_route_mpath_should_notify()
5078 return should_notify; in ip6_route_mpath_should_notify()
/OK3568_Linux_fs/kernel/drivers/net/bonding/
H A Dbond_3ad.c2356 if (slave->should_notify) { in bond_3ad_state_machine_handler()
H A Dbond_main.c3319 if (slave->should_notify || slave->should_notify_link) { in bond_ab_arp_probe()