Home
last modified time | relevance | path

Searched refs:BOND_SLAVE_NOTIFY_LATER (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/bonding/
H A Dbond_3ad.c182 bond_set_slave_tx_disabled_flags(port->slave, BOND_SLAVE_NOTIFY_LATER); in __disable_distributing_port()
197 bond_set_slave_rx_enabled_flags(slave, BOND_SLAVE_NOTIFY_LATER); in __enable_collecting_port()
208 bond_set_slave_inactive_flags(port->slave, BOND_SLAVE_NOTIFY_LATER); in __disable_port()
222 bond_set_slave_active_flags(slave, BOND_SLAVE_NOTIFY_LATER); in __enable_port()
2460 bool should_notify_rtnl = BOND_SLAVE_NOTIFY_LATER; in bond_3ad_state_machine_handler()
H A Dbond_main.c2982 bond_commit_link_state(slave, BOND_SLAVE_NOTIFY_LATER); in bond_mii_monitor()
3827 bool should_notify_rtnl = BOND_SLAVE_NOTIFY_LATER; in bond_ab_arp_probe()
3865 BOND_SLAVE_NOTIFY_LATER); in bond_ab_arp_probe()
3870 BOND_SLAVE_NOTIFY_LATER); in bond_ab_arp_probe()
3885 BOND_SLAVE_NOTIFY_LATER); in bond_ab_arp_probe()
3886 bond_set_slave_active_flags(new_slave, BOND_SLAVE_NOTIFY_LATER); in bond_ab_arp_probe()
/linux/include/net/
H A Dbonding.h489 #define BOND_SLAVE_NOTIFY_LATER false macro