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.c1177 if (!bond->send_peer_notif || in bond_should_notify_peers()
1178 bond->send_peer_notif % in bond_should_notify_peers()
1213 WRITE_ONCE(bond->send_peer_notif, in bond_peer_notify_reset()
1244 bond->send_peer_notif--; in bond_peer_notify_may_events()
2900 if (commit || READ_ONCE(bond->send_peer_notif)) { in bond_mii_monitor()
2915 if (bond->send_peer_notif) in bond_mii_monitor()
3857 if (READ_ONCE(bond->send_peer_notif) || should_notify_rtnl) { in bond_activebackup_arp_mon()
3863 if (bond->send_peer_notif) in bond_activebackup_arp_mon()
4400 bond->send_peer_notif = 0; in bond_close()
/linux/include/net/
H A Dbonding.h236 u32 send_peer_notif; member