Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/bonding/
Dbond_main.c1128 if (!slave || !bond->send_peer_notif || in bond_should_notify_peers()
1129 bond->send_peer_notif % in bond_should_notify_peers()
1226 bond->send_peer_notif = in bond_change_active_slave()
1235 bond->send_peer_notif--; in bond_change_active_slave()
2774 if (bond->send_peer_notif) { in bond_mii_monitor()
2777 bond->send_peer_notif--; in bond_mii_monitor()
3752 bond->send_peer_notif--; in bond_activebackup_arp_mon()
4269 bond->send_peer_notif = 0; in bond_close()
/linux-6.1.9/include/net/
Dbonding.h238 u8 send_peer_notif; member