Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dbond_options.h28 BOND_OPTFLAG_NOSLAVES = BIT(0), enumerator
/openbmc/linux/drivers/net/bonding/
H A Dbond_options.c240 .flags = BOND_OPTFLAG_NOSLAVES | BOND_OPTFLAG_IFDOWN,
279 .flags = BOND_OPTFLAG_NOSLAVES,
644 if ((opt->flags & BOND_OPTFLAG_NOSLAVES) && bond_has_slaves(bond)) in bond_opt_check_deps()