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.c1179 if (!bond->send_peer_notif || in bond_should_notify_peers()
1180 bond->send_peer_notif % in bond_should_notify_peers()
1215 WRITE_ONCE(bond->send_peer_notif, in bond_peer_notify_reset()
1246 bond->send_peer_notif--; in bond_peer_notify_may_events()
2902 if (commit || READ_ONCE(bond->send_peer_notif)) { in bond_mii_monitor()
2917 if (bond->send_peer_notif) in bond_mii_monitor()
3859 if (READ_ONCE(bond->send_peer_notif) || should_notify_rtnl) { in bond_activebackup_arp_mon()
3865 if (bond->send_peer_notif) in bond_activebackup_arp_mon()
4402 bond->send_peer_notif = 0; in bond_close()
/linux/include/net/
H A Dbonding.h239 u32 send_peer_notif; member