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.c248 .flags = BOND_OPTFLAG_NOSLAVES | BOND_OPTFLAG_IFDOWN,
341 .flags = BOND_OPTFLAG_IFDOWN,
350 .flags = BOND_OPTFLAG_IFDOWN,
366 .flags = BOND_OPTFLAG_IFDOWN,
469 .flags = BOND_OPTFLAG_IFDOWN,
490 .flags = BOND_OPTFLAG_IFDOWN,
513 .flags = BOND_OPTFLAG_IFDOWN,
663 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