Searched refs:BOND_OPTFLAG_IFDOWN (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/bonding/ |
H A D | bond_options.c | 240 .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()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | bond_options.h | 16 * BOND_OPTFLAG_IFDOWN - check if the bond device is down before setting 21 BOND_OPTFLAG_IFDOWN = BIT(1), enumerator
|
/kernel/linux/linux-5.10/drivers/net/bonding/ |
H A D | bond_options.c | 212 .flags = BOND_OPTFLAG_NOSLAVES | BOND_OPTFLAG_IFDOWN, 289 .flags = BOND_OPTFLAG_IFDOWN, 305 .flags = BOND_OPTFLAG_IFDOWN, 398 .flags = BOND_OPTFLAG_IFDOWN, 419 .flags = BOND_OPTFLAG_IFDOWN, 583 if ((opt->flags & BOND_OPTFLAG_IFDOWN) && (bond->dev->flags & IFF_UP)) in bond_opt_check_deps()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | bond_options.h | 24 * BOND_OPTFLAG_IFDOWN - check if the bond device is down before setting 29 BOND_OPTFLAG_IFDOWN = BIT(1), enumerator
|
Completed in 5 milliseconds