Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/bonding/
H A Dbond_main.c1171 if (!slave || !bond->send_peer_notif || in bond_should_notify_peers()
1172 bond->send_peer_notif % in bond_should_notify_peers()
1269 bond->send_peer_notif = in bond_change_active_slave()
1278 bond->send_peer_notif--; in bond_change_active_slave()
2864 if (bond->send_peer_notif) { in bond_mii_monitor()
2867 bond->send_peer_notif--; in bond_mii_monitor()
3845 bond->send_peer_notif--; in bond_activebackup_arp_mon()
4369 bond->send_peer_notif = 0; in bond_close()
/openbmc/linux/include/net/
H A Dbonding.h235 u32 send_peer_notif; member