Home
last modified time | relevance | path

Searched refs:BOND_OPTFLAG_IFDOWN (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/bonding/
H A 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()
/kernel/linux/linux-5.10/include/net/
H A Dbond_options.h16 * 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 Dbond_options.c212 .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 Dbond_options.h24 * BOND_OPTFLAG_IFDOWN - check if the bond device is down before setting
29 BOND_OPTFLAG_IFDOWN = BIT(1), enumerator

Completed in 5 milliseconds