Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/bonding/
Dbond_main.c798 if (!slave || !bond->send_peer_notif || in bond_should_notify_peers()
799 bond->send_peer_notif % in bond_should_notify_peers()
890 bond->send_peer_notif = in bond_change_active_slave()
899 bond->send_peer_notif--; in bond_change_active_slave()
2307 if (bond->send_peer_notif) { in bond_mii_monitor()
2310 bond->send_peer_notif--; in bond_mii_monitor()
3405 bond->send_peer_notif = 0; in bond_close()
/Linux-v5.4/include/net/
Dbonding.h217 u8 send_peer_notif; member