Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/bonding/
Dbond_main.c1102 if (!slave || !bond->send_peer_notif || in bond_should_notify_peers()
1103 bond->send_peer_notif % in bond_should_notify_peers()
1197 bond->send_peer_notif = in bond_change_active_slave()
1206 bond->send_peer_notif--; in bond_change_active_slave()
2731 if (bond->send_peer_notif) { in bond_mii_monitor()
2734 bond->send_peer_notif--; in bond_mii_monitor()
3979 bond->send_peer_notif = 0; in bond_close()
/Linux-v5.15/include/net/
Dbonding.h229 u8 send_peer_notif; member