Searched refs:bond_uses_primary (Results 1 – 4 of 4) sorted by relevance
499 if (bond_uses_primary(bond)) { in bond_set_promiscuity()522 if (bond_uses_primary(bond)) { in bond_set_allmulti()810 if (bond_uses_primary(bond)) { in bond_change_active_slave()825 if (bond_uses_primary(bond)) { in bond_change_active_slave()832 if (bond_uses_primary(bond)) in bond_change_active_slave()882 ((bond_uses_primary(bond) && new_active) || in bond_change_active_slave()1482 if (!bond_uses_primary(bond)) { in bond_enslave()1580 if (bond_uses_primary(bond) && bond->params.primary[0]) { in bond_enslave()1672 if (bond_uses_primary(bond)) { in bond_enslave()1698 if (!bond_uses_primary(bond)) in bond_enslave()[all …]
84 if (bond_uses_primary(bond)) { in bond_info_show_master()
695 return bond_uses_primary(bond) && slave ? slave->dev : NULL; in __bond_option_active_slave_get()
305 static inline bool bond_uses_primary(struct bonding *bond) in bond_uses_primary() function