Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/drivers/net/bonding/
Dbond_main.c347 if (!bond_has_slaves(bond)) in bond_set_carrier()
1091 if (!bond_has_slaves(bond)) in bond_compute_features()
1369 if (!bond_has_slaves(bond)) { in bond_enslave()
1408 if (!bond_has_slaves(bond)) { in bond_enslave()
1424 if (!bond_has_slaves(bond) && in bond_enslave()
1752 if (!bond_has_slaves(bond)) { in bond_enslave()
1835 bond_has_slaves(bond)) in __bond_release_one()
1866 if (!bond_has_slaves(bond)) { in __bond_release_one()
1875 if (!bond_has_slaves(bond)) { in __bond_release_one()
1947 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.c575 if ((opt->flags & BOND_OPTFLAG_NOSLAVES) && bond_has_slaves(bond)) in bond_opt_check_deps()
Dbond_3ad.c2173 if (!bond_has_slaves(bond)) in bond_3ad_state_machine_handler()