Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/bonding/
Dbond_options.c232 .flags = BOND_OPTFLAG_NOSLAVES | BOND_OPTFLAG_IFDOWN,
325 .flags = BOND_OPTFLAG_IFDOWN,
334 .flags = BOND_OPTFLAG_IFDOWN,
350 .flags = BOND_OPTFLAG_IFDOWN,
443 .flags = BOND_OPTFLAG_IFDOWN,
464 .flags = BOND_OPTFLAG_IFDOWN,
628 if ((opt->flags & BOND_OPTFLAG_IFDOWN) && (bond->dev->flags & IFF_UP)) in bond_opt_check_deps()
/linux-5.19.10/include/net/
Dbond_options.h21 BOND_OPTFLAG_IFDOWN = BIT(1), enumerator