Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/
Dbonding.h166 should_notify_link:1; /* indicates whether the link changed */ member
558 slave->should_notify_link = 0; in bond_commit_link_state()
560 if (slave->should_notify_link) in bond_commit_link_state()
561 slave->should_notify_link = 0; in bond_commit_link_state()
563 slave->should_notify_link = 1; in bond_commit_link_state()
580 if (tmp->should_notify_link) { in bond_slave_link_notify()
583 tmp->should_notify_link = 0; in bond_slave_link_notify()
/Linux-v5.4/drivers/net/bonding/
Dbond_main.c2986 if (slave->should_notify || slave->should_notify_link) { in bond_ab_arp_probe()