Searched refs:bond_slave_is_up (Results 1 – 4 of 4) sorted by relevance
321 static inline bool bond_slave_is_up(struct slave *slave) in bond_slave_is_up() function401 return bond_slave_is_up(slave) && slave->link == BOND_LINK_UP && in bond_slave_can_tx()
769 if (slave->link == BOND_LINK_BACK && bond_slave_is_up(slave) && in bond_find_best_slave()986 if (!bond_slave_is_up(slave) || !ops->ndo_poll_controller) in bond_poll_controller()1013 if (bond_slave_is_up(slave)) in bond_netpoll_cleanup()2609 if (bond_slave_is_up(slave)) in bond_loadbalance_arp_mon()2820 if (!found && !before && bond_slave_is_up(slave)) in bond_ab_arp_probe()2823 if (found && !new_slave && bond_slave_is_up(slave)) in bond_ab_arp_probe()2832 if (!bond_slave_is_up(slave) && slave->link == BOND_LINK_UP) { in bond_ab_arp_probe()3909 if (bond_slave_is_up(slave) && slave->link == BOND_LINK_UP) { in bond_xmit_broadcast()3920 if (slave && bond_slave_is_up(slave) && slave->link == BOND_LINK_UP) in bond_xmit_broadcast()3943 if (bond_slave_is_up(slave) && in bond_slave_override()
788 bond_slave_is_up(new_active)) { in bond_option_active_slave_set()
204 if ((slave->link == BOND_LINK_UP) && bond_slave_is_up(slave)) in __enable_port()