Home
last modified time | relevance | path

Searched refs:bond_uses_primary (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/bonding/
H A Dbond_main.c760 if (bond_uses_primary(bond)) { in bond_set_promiscuity()
783 if (bond_uses_primary(bond)) { in bond_set_allmulti()
1111 if (bond_uses_primary(bond)) { in bond_change_active_slave()
1126 if (bond_uses_primary(bond)) { in bond_change_active_slave()
1132 if (bond_uses_primary(bond)) in bond_change_active_slave()
1189 ((bond_uses_primary(bond) && new_active) || in bond_change_active_slave()
1979 if (bond_uses_primary(bond) && bond->params.primary[0]) { in bond_enslave()
2069 if (!bond_uses_primary(bond)) { in bond_enslave()
2102 if (bond_uses_primary(bond)) { in bond_enslave()
2307 if (!bond_uses_primary(bon in __bond_release_one()
[all...]
H A Dbond_procfs.c85 if (bond_uses_primary(bond)) { in bond_info_show_master()
/kernel/linux/linux-6.6/drivers/net/bonding/
H A Dbond_main.c801 if (bond_uses_primary(bond)) { in bond_set_promiscuity()
824 if (bond_uses_primary(bond)) { in bond_set_allmulti()
1179 if (bond_uses_primary(bond)) { in bond_change_active_slave()
1194 if (bond_uses_primary(bond)) in bond_change_active_slave()
1199 if (bond_uses_primary(bond)) in bond_change_active_slave()
1256 ((bond_uses_primary(bond) && new_active) || in bond_change_active_slave()
2106 if (bond_uses_primary(bond) && bond->params.primary[0]) { in bond_enslave()
2198 if (!bond_uses_primary(bond)) { in bond_enslave()
2231 if (bond_uses_primary(bond)) { in bond_enslave()
2480 if (!bond_uses_primary(bon in __bond_release_one()
[all...]
H A Dbond_procfs.c86 if (bond_uses_primary(bond)) { in bond_info_show_master()
/kernel/linux/linux-5.10/include/net/
H A Dbonding.h341 static inline bool bond_uses_primary(struct bonding *bond) in bond_uses_primary() function
350 return bond_uses_primary(bond) && slave ? slave->dev : NULL; in bond_option_active_slave_get_rcu()
/kernel/linux/linux-6.6/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()

Completed in 13 milliseconds