Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dbond_options.h29 BOND_OPTFLAG_IFDOWN = BIT(1), enumerator
/openbmc/linux/drivers/net/bonding/
H A Dbond_options.c241 .flags = BOND_OPTFLAG_NOSLAVES | BOND_OPTFLAG_IFDOWN,
334 .flags = BOND_OPTFLAG_IFDOWN,
343 .flags = BOND_OPTFLAG_IFDOWN,
359 .flags = BOND_OPTFLAG_IFDOWN,
462 .flags = BOND_OPTFLAG_IFDOWN,
483 .flags = BOND_OPTFLAG_IFDOWN,
647 if ((opt->flags & BOND_OPTFLAG_IFDOWN) && (bond->dev->flags & IFF_UP)) in bond_opt_check_deps()