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.c256 .flags = BOND_OPTFLAG_NOSLAVES | BOND_OPTFLAG_IFDOWN,
349 .flags = BOND_OPTFLAG_IFDOWN,
358 .flags = BOND_OPTFLAG_IFDOWN,
374 .flags = BOND_OPTFLAG_IFDOWN,
477 .flags = BOND_OPTFLAG_IFDOWN,
498 .flags = BOND_OPTFLAG_IFDOWN,
521 .flags = BOND_OPTFLAG_IFDOWN,
679 if ((opt->flags & BOND_OPTFLAG_IFDOWN) && (bond->dev->flags & IFF_UP)) in bond_opt_check_deps()
/linux/include/net/
H A Dbond_options.h24 * BOND_OPTFLAG_IFDOWN - check if the bond device is down before setting
29 BOND_OPTFLAG_IFDOWN = BIT(1), enumerator