Home
last modified time | relevance | path

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

/linux-6.1.9/include/net/
Dbonding.h58 #define bond_has_slaves(bond) !list_empty(bond_slave_list(bond)) macro
62 (bond_has_slaves(bond) ? \
66 (bond_has_slaves(bond) ? \
/linux-6.1.9/drivers/net/bonding/
Dbond_main.c648 if (!bond_has_slaves(bond)) in bond_set_carrier()
1451 if (!bond_has_slaves(bond)) in bond_compute_features()
1849 if (!bond_has_slaves(bond)) { in bond_enslave()
1895 if (!bond_has_slaves(bond)) { in bond_enslave()
1912 if (!bond_has_slaves(bond) && in bond_enslave()
2285 if (!bond_has_slaves(bond)) { in bond_enslave()
2379 bond_has_slaves(bond)) in __bond_release_one()
2410 if (!bond_has_slaves(bond)) in __bond_release_one()
2417 if (!bond_has_slaves(bond)) { in __bond_release_one()
2494 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.c638 if ((opt->flags & BOND_OPTFLAG_NOSLAVES) && bond_has_slaves(bond)) in bond_opt_check_deps()
Dbond_3ad.c2327 if (!bond_has_slaves(bond)) in bond_3ad_state_machine_handler()