Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/bonding/
Dbond_options.c240 .flags = BOND_OPTFLAG_NOSLAVES | BOND_OPTFLAG_IFDOWN,
333 .flags = BOND_OPTFLAG_IFDOWN,
342 .flags = BOND_OPTFLAG_IFDOWN,
358 .flags = BOND_OPTFLAG_IFDOWN,
461 .flags = BOND_OPTFLAG_IFDOWN,
482 .flags = BOND_OPTFLAG_IFDOWN,
646 if ((opt->flags & BOND_OPTFLAG_IFDOWN) && (bond->dev->flags & IFF_UP)) in bond_opt_check_deps()
/linux-6.6.21/include/net/
Dbond_options.h29 BOND_OPTFLAG_IFDOWN = BIT(1), enumerator