Home
last modified time | relevance | path

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

/linux/drivers/net/bonding/
H A Dbond_main.c1171 if (!bond->send_peer_notif || in bond_should_notify_peers()
1172 bond->send_peer_notif % in bond_should_notify_peers()
1283 bond->send_peer_notif = in bond_change_active_slave()
1292 bond->send_peer_notif--; in bond_change_active_slave()
2811 if (commit || bond->send_peer_notif) { in bond_mii_monitor()
2826 if (bond->send_peer_notif) { in bond_mii_monitor()
2827 bond->send_peer_notif--; in bond_mii_monitor()
3785 bond->send_peer_notif--; in bond_activebackup_arp_mon()
4313 bond->send_peer_notif = 0; in bond_close()
/linux/include/net/
H A Dbonding.h239 u32 send_peer_notif; member