Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/
H A Dbonding.h169 should_notify_link:1; /* indicates whether the link changed */ member
576 slave->should_notify_link = 0; in bond_commit_link_state()
578 if (slave->should_notify_link) in bond_commit_link_state()
579 slave->should_notify_link = 0; in bond_commit_link_state()
581 slave->should_notify_link = 1; in bond_commit_link_state()
598 if (tmp->should_notify_link) { in bond_slave_link_notify()
601 tmp->should_notify_link = 0; in bond_slave_link_notify()
/kernel/linux/linux-6.6/include/net/
H A Dbonding.h171 should_notify_link:1; /* indicates whether the link changed */ member
599 slave->should_notify_link = 0; in bond_commit_link_state()
601 if (slave->should_notify_link) in bond_commit_link_state()
602 slave->should_notify_link = 0; in bond_commit_link_state()
604 slave->should_notify_link = 1; in bond_commit_link_state()
621 if (tmp->should_notify_link) { in bond_slave_link_notify()
624 tmp->should_notify_link = 0; in bond_slave_link_notify()
/kernel/linux/linux-5.10/drivers/net/bonding/
H A Dbond_main.c3340 if (slave->should_notify || slave->should_notify_link) { in bond_ab_arp_probe()
/kernel/linux/linux-6.6/drivers/net/bonding/
H A Dbond_main.c3755 if (slave->should_notify || slave->should_notify_link) { in bond_ab_arp_probe()

Completed in 17 milliseconds