Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/bonding/
Dbond_options.c234 .flags = BOND_OPTFLAG_NOSLAVES | BOND_OPTFLAG_IFDOWN,
327 .flags = BOND_OPTFLAG_IFDOWN,
336 .flags = BOND_OPTFLAG_IFDOWN,
352 .flags = BOND_OPTFLAG_IFDOWN,
455 .flags = BOND_OPTFLAG_IFDOWN,
476 .flags = BOND_OPTFLAG_IFDOWN,
640 if ((opt->flags & BOND_OPTFLAG_IFDOWN) && (bond->dev->flags & IFF_UP)) in bond_opt_check_deps()
/Linux-v6.1/include/net/
Dbond_options.h29 BOND_OPTFLAG_IFDOWN = BIT(1), enumerator