Home
last modified time | relevance | path

Searched refs:BOND_OPTFLAG_NOSLAVES (Results 1 – 2 of 2) sorted by relevance

/linux/include/net/
H A Dbond_options.h23 * BOND_OPTFLAG_NOSLAVES - check if the bond device is empty before setting
28 BOND_OPTFLAG_NOSLAVES = BIT(0), enumerator
/linux/drivers/net/bonding/
H A Dbond_options.c256 .flags = BOND_OPTFLAG_NOSLAVES | BOND_OPTFLAG_IFDOWN,
295 .flags = BOND_OPTFLAG_NOSLAVES,
677 if ((opt->flags & BOND_OPTFLAG_NOSLAVES) && bond_has_slaves(bond)) in bond_opt_check_deps()