Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A Dbonding.h169 should_notify_link:1; /* indicates whether the link changed */ member
575 slave->should_notify_link = 0; in bond_commit_link_state()
577 if (slave->should_notify_link) in bond_commit_link_state()
578 slave->should_notify_link = 0; in bond_commit_link_state()
580 slave->should_notify_link = 1; in bond_commit_link_state()
597 if (tmp->should_notify_link) { in bond_slave_link_notify()
600 tmp->should_notify_link = 0; in bond_slave_link_notify()
/OK3568_Linux_fs/kernel/drivers/net/bonding/
H A Dbond_main.c3319 if (slave->should_notify || slave->should_notify_link) { in bond_ab_arp_probe()