Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/bonding/
Dbond_main.c1132 if (!slave || !bond->send_peer_notif || in bond_should_notify_peers()
1133 bond->send_peer_notif % in bond_should_notify_peers()
1230 bond->send_peer_notif = in bond_change_active_slave()
1239 bond->send_peer_notif--; in bond_change_active_slave()
2817 if (bond->send_peer_notif) { in bond_mii_monitor()
2820 bond->send_peer_notif--; in bond_mii_monitor()
3798 bond->send_peer_notif--; in bond_activebackup_arp_mon()
4322 bond->send_peer_notif = 0; in bond_close()
/Linux-v6.6/include/net/
Dbonding.h235 u32 send_peer_notif; member