Searched refs:bond_uses_primary (Results 1 – 4 of 4) sorted by relevance
494 if (bond_uses_primary(bond)) { in bond_set_promiscuity()517 if (bond_uses_primary(bond)) { in bond_set_allmulti()805 if (bond_uses_primary(bond)) { in bond_change_active_slave()820 if (bond_uses_primary(bond)) { in bond_change_active_slave()827 if (bond_uses_primary(bond)) in bond_change_active_slave()877 ((bond_uses_primary(bond) && new_active) || in bond_change_active_slave()1390 if (!bond_uses_primary(bond)) { in bond_enslave()1485 if (bond_uses_primary(bond) && bond->params.primary[0]) { in bond_enslave()1574 if (bond_uses_primary(bond)) { in bond_enslave()1599 if (!bond_uses_primary(bond)) in bond_enslave()[all …]
83 if (bond_uses_primary(bond)) { in bond_info_show_master()
304 static inline bool bond_uses_primary(struct bonding *bond) in bond_uses_primary() function
696 return bond_uses_primary(bond) && slave ? slave->dev : NULL; in __bond_option_active_slave_get()