Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/bonding/
H A Dbond_main.c1245 if (!slave || !bond->send_peer_notif || in bond_should_notify_peers()
1246 bond->send_peer_notif % in bond_should_notify_peers()
1343 bond->send_peer_notif = in bond_change_active_slave()
1352 bond->send_peer_notif--; in bond_change_active_slave()
2962 if (bond->send_peer_notif) { in bond_mii_monitor()
2965 bond->send_peer_notif--; in bond_mii_monitor()
3943 bond->send_peer_notif--; in bond_activebackup_arp_mon()
4467 bond->send_peer_notif = 0; in bond_close()
/linux-6.15/include/net/
H A Dbonding.h237 u32 send_peer_notif; member