Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/bonding/
Dbond_main.c490 if (bond_uses_primary(bond)) { in bond_set_promiscuity()
513 if (bond_uses_primary(bond)) { in bond_set_allmulti()
838 if (bond_uses_primary(bond)) { in bond_change_active_slave()
853 if (bond_uses_primary(bond)) { in bond_change_active_slave()
859 if (bond_uses_primary(bond)) in bond_change_active_slave()
912 ((bond_uses_primary(bond) && new_active) || in bond_change_active_slave()
1649 if (bond_uses_primary(bond) && bond->params.primary[0]) { in bond_enslave()
1739 if (!bond_uses_primary(bond)) { in bond_enslave()
1774 if (bond_uses_primary(bond)) { in bond_enslave()
1979 if (!bond_uses_primary(bond)) { in __bond_release_one()
[all …]
Dbond_procfs.c85 if (bond_uses_primary(bond)) { in bond_info_show_master()
/Linux-v5.4/include/net/
Dbonding.h322 static inline bool bond_uses_primary(struct bonding *bond) in bond_uses_primary() function
331 return bond_uses_primary(bond) && slave ? slave->dev : NULL; in bond_option_active_slave_get_rcu()