Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/bonding/
H A Dbond_main.c1063 if (!slave || !bond->send_peer_notif || in bond_should_notify_peers()
1064 bond->send_peer_notif % in bond_should_notify_peers()
1162 bond->send_peer_notif = in bond_change_active_slave()
1171 bond->send_peer_notif--; in bond_change_active_slave()
2622 if (bond->send_peer_notif) { in bond_mii_monitor()
2625 bond->send_peer_notif--; in bond_mii_monitor()
3370 bond->send_peer_notif--; in bond_activebackup_arp_mon()
3790 bond->send_peer_notif = 0; in bond_close()
/OK3568_Linux_fs/kernel/include/net/
H A Dbonding.h231 u8 send_peer_notif; member