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.c259 .flags = BOND_OPTFLAG_NOSLAVES | BOND_OPTFLAG_IFDOWN,
352 .flags = BOND_OPTFLAG_IFDOWN,
361 .flags = BOND_OPTFLAG_IFDOWN,
377 .flags = BOND_OPTFLAG_IFDOWN,
480 .flags = BOND_OPTFLAG_IFDOWN,
508 .flags = BOND_OPTFLAG_IFDOWN,
531 .flags = BOND_OPTFLAG_IFDOWN,
689 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