Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/bonding/
Dbond_main.c940 if (!slave || !bond->send_peer_notif || in bond_should_notify_peers()
941 bond->send_peer_notif % in bond_should_notify_peers()
1037 bond->send_peer_notif = in bond_change_active_slave()
1046 bond->send_peer_notif--; in bond_change_active_slave()
2501 if (bond->send_peer_notif) { in bond_mii_monitor()
2504 bond->send_peer_notif--; in bond_mii_monitor()
3660 bond->send_peer_notif = 0; in bond_close()
/Linux-v5.10/include/net/
Dbonding.h226 u8 send_peer_notif; member