Home
last modified time | relevance | path

Searched refs:bond_has_slaves (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/include/net/
Dbonding.h55 #define bond_has_slaves(bond) !list_empty(bond_slave_list(bond)) macro
59 (bond_has_slaves(bond) ? \
63 (bond_has_slaves(bond) ? \
/linux-4.1.27/drivers/net/bonding/
Dbond_main.c347 if (!bond_has_slaves(bond)) in bond_set_carrier()
1078 if (!bond_has_slaves(bond)) in bond_compute_features()
1356 if (!bond_has_slaves(bond)) { in bond_enslave()
1395 if (!bond_has_slaves(bond)) { in bond_enslave()
1411 if (!bond_has_slaves(bond) && in bond_enslave()
1739 if (!bond_has_slaves(bond) && in bond_enslave()
1814 bond_has_slaves(bond)) in __bond_release_one()
1845 if (!bond_has_slaves(bond)) { in __bond_release_one()
1854 if (!bond_has_slaves(bond)) { in __bond_release_one()
1926 if (ret == 0 && !bond_has_slaves(bond)) { in bond_release_and_destroy()
[all …]
Dbond_alb.c1145 if (!bond_has_slaves(bond)) { in alb_handle_addr_collision_on_attach()
1468 if (!bond_has_slaves(bond)) { in bond_alb_monitor()
1592 if (bond_has_slaves(bond)) in bond_alb_deinit_slave()
1659 if (!new_slave || !bond_has_slaves(bond)) in bond_alb_handle_active_change()
Dbond_options.c527 if ((opt->flags & BOND_OPTFLAG_NOSLAVES) && bond_has_slaves(bond)) in bond_opt_check_deps()
Dbond_3ad.c2175 if (!bond_has_slaves(bond)) in bond_3ad_state_machine_handler()