Home
last modified time | relevance | path

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

/linux/drivers/net/bonding/
H A Dbond_options.c247 .flags = BOND_OPTFLAG_NOSLAVES | BOND_OPTFLAG_IFDOWN,
340 .flags = BOND_OPTFLAG_IFDOWN,
349 .flags = BOND_OPTFLAG_IFDOWN,
365 .flags = BOND_OPTFLAG_IFDOWN,
468 .flags = BOND_OPTFLAG_IFDOWN,
489 .flags = BOND_OPTFLAG_IFDOWN,
512 .flags = BOND_OPTFLAG_IFDOWN,
662 if ((opt->flags & BOND_OPTFLAG_IFDOWN) && (bond->dev->flags & IFF_UP)) in bond_opt_check_deps()
/linux/include/net/
H A Dbond_options.h29 BOND_OPTFLAG_IFDOWN = BIT(1), enumerator