Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dbonding.h345 static inline bool bond_uses_primary(struct bonding *bond) in bond_uses_primary() function
354 return bond_uses_primary(bond) && slave ? slave->dev : NULL; in bond_option_active_slave_get_rcu()
/openbmc/linux/drivers/net/bonding/
H A Dbond_main.c843 if (bond_uses_primary(bond)) { in bond_set_promiscuity()
866 if (bond_uses_primary(bond)) { in bond_set_allmulti()
1218 if (bond_uses_primary(bond)) { in bond_change_active_slave()
1233 if (bond_uses_primary(bond)) in bond_change_active_slave()
1238 if (bond_uses_primary(bond)) in bond_change_active_slave()
2237 if (!bond_uses_primary(bond)) { in bond_enslave()
2270 if (bond_uses_primary(bond)) { in bond_enslave()
2519 if (!bond_uses_primary(bond)) { in __bond_release_one()
3984 if (!bond_uses_primary(bond) || in bond_slave_netdev_event()
4374 if (bond_uses_primary(bond)) { in bond_close()
[all …]
H A Dbond_procfs.c86 if (bond_uses_primary(bond)) { in bond_info_show_master()