Home
last modified time | relevance | path

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

/Linux-v6.6/include/net/
Dbonding.h56 #define bond_has_slaves(bond) !list_empty(bond_slave_list(bond)) macro
60 (bond_has_slaves(bond) ? \
64 (bond_has_slaves(bond) ? \
/Linux-v6.6/drivers/net/bonding/
Dbond_main.c652 if (!bond_has_slaves(bond)) in bond_set_carrier()
1448 if (!bond_has_slaves(bond)) in bond_compute_features()
1891 if (!bond_has_slaves(bond)) { in bond_enslave()
1935 if (!bond_has_slaves(bond)) { in bond_enslave()
1952 if (!bond_has_slaves(bond) && in bond_enslave()
2327 if (!bond_has_slaves(bond)) { in bond_enslave()
2419 bond_has_slaves(bond)) in __bond_release_one()
2450 if (!bond_has_slaves(bond)) in __bond_release_one()
2457 if (!bond_has_slaves(bond)) { in __bond_release_one()
2537 if (ret == 0 && !bond_has_slaves(bond) && in bond_release_and_destroy()
[all …]
Dbond_alb.c1168 if (!bond_has_slaves(bond)) { in alb_handle_addr_collision_on_attach()
1540 if (!bond_has_slaves(bond)) { in bond_alb_monitor()
1666 if (bond_has_slaves(bond)) in bond_alb_deinit_slave()
1734 if (!new_slave || !bond_has_slaves(bond)) in bond_alb_handle_active_change()
Dbond_options.c644 if ((opt->flags & BOND_OPTFLAG_NOSLAVES) && bond_has_slaves(bond)) in bond_opt_check_deps()
Dbond_3ad.c2336 if (!bond_has_slaves(bond)) in bond_3ad_state_machine_handler()