Home
last modified time | relevance | path

Searched refs:bond_uses_primary (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/net/bonding/
Dbond_main.c499 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 …]
Dbond_procfs.c84 if (bond_uses_primary(bond)) { in bond_info_show_master()
Dbond_options.c695 return bond_uses_primary(bond) && slave ? slave->dev : NULL; in __bond_option_active_slave_get()
/linux-4.1.27/include/net/
Dbonding.h305 static inline bool bond_uses_primary(struct bonding *bond) in bond_uses_primary() function