Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/bonding/
Dbond_options.c212 .flags = BOND_OPTFLAG_NOSLAVES | BOND_OPTFLAG_IFDOWN,
289 .flags = BOND_OPTFLAG_IFDOWN,
305 .flags = BOND_OPTFLAG_IFDOWN,
398 .flags = BOND_OPTFLAG_IFDOWN,
405 .flags = BOND_OPTFLAG_IFDOWN,
413 .flags = BOND_OPTFLAG_RAWVAL | BOND_OPTFLAG_IFDOWN,
420 .flags = BOND_OPTFLAG_IFDOWN,
577 if ((opt->flags & BOND_OPTFLAG_IFDOWN) && (bond->dev->flags & IFF_UP)) in bond_opt_check_deps()
/linux-4.4.14/include/net/
Dbond_options.h25 BOND_OPTFLAG_IFDOWN = BIT(1), enumerator