Home
last modified time | relevance | path

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

/linux/drivers/net/bonding/
A Dbond_options.c221 .flags = BOND_OPTFLAG_NOSLAVES | BOND_OPTFLAG_IFDOWN,
298 .flags = BOND_OPTFLAG_IFDOWN,
307 .flags = BOND_OPTFLAG_IFDOWN,
323 .flags = BOND_OPTFLAG_IFDOWN,
416 .flags = BOND_OPTFLAG_IFDOWN,
437 .flags = BOND_OPTFLAG_IFDOWN,
601 if ((opt->flags & BOND_OPTFLAG_IFDOWN) && (bond->dev->flags & IFF_UP)) in bond_opt_check_deps()
/linux/include/net/
A Dbond_options.h21 BOND_OPTFLAG_IFDOWN = BIT(1), enumerator

Completed in 8 milliseconds