bond_slave_is_up
if (slave->link == BOND_LINK_UP && bond_slave_is_up(slave))
if ((slave->link == BOND_LINK_UP) && bond_slave_is_up(slave))
if (slave->link == BOND_LINK_BACK && bond_slave_is_up(slave) &&
if (!bond_slave_is_up(slave))
if (bond_slave_is_up(slave))
if (bond_slave_is_up(slave))
if (!found && !before && bond_slave_is_up(slave))
if (found && !new_slave && bond_slave_is_up(slave))
if (!bond_slave_is_up(slave) && slave->link == BOND_LINK_UP) {
if (!(bond_slave_is_up(slave) && slave->link == BOND_LINK_UP))
if (bond_slave_is_up(slave) &&
bond_slave_is_up(new_active)) {
return bond_slave_is_up(slave) && slave->link == BOND_LINK_UP &&