Searched refs:bond_opt_get_flags (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/bonding/ |
H A D | bond_options.c | 471 static const struct bond_opt_value *bond_opt_get_flags(const struct bond_option *opt, in bond_opt_get_flags() function 490 minval = bond_opt_get_flags(opt, BOND_VALFLAG_MIN); in bond_opt_check_range() 491 maxval = bond_opt_get_flags(opt, BOND_VALFLAG_MAX); in bond_opt_check_range() 624 minval = bond_opt_get_flags(opt, BOND_VALFLAG_MIN); in bond_opt_error_interpret() 625 maxval = bond_opt_get_flags(opt, BOND_VALFLAG_MAX); in bond_opt_error_interpret()
|
/kernel/linux/linux-6.6/drivers/net/bonding/ |
H A D | bond_options.c | 534 static const struct bond_opt_value *bond_opt_get_flags(const struct bond_option *opt, in bond_opt_get_flags() function 553 minval = bond_opt_get_flags(opt, BOND_VALFLAG_MIN); in bond_opt_check_range() 554 maxval = bond_opt_get_flags(opt, BOND_VALFLAG_MAX); in bond_opt_check_range() 695 minval = bond_opt_get_flags(opt, BOND_VALFLAG_MIN); in bond_opt_error_interpret() 696 maxval = bond_opt_get_flags(opt, BOND_VALFLAG_MAX); in bond_opt_error_interpret()
|
Completed in 4 milliseconds