Home
last modified time | relevance | path

Searched refs:bond_option (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/include/net/
H A Dbond_options.h104 struct bond_option { struct
129 const struct bond_opt_value *bond_opt_parse(const struct bond_option *opt, argument
131 const struct bond_option *bond_opt_get(unsigned int option);
132 const struct bond_option *bond_opt_get_by_name(const char *name);
/linux-6.15/drivers/net/bonding/
H A Dbond_options.c243 static const struct bond_option bond_opts[BOND_OPT_LAST] = {
520 const struct bond_option *bond_opt_get_by_name(const char *name) in bond_opt_get_by_name()
522 const struct bond_option *opt; in bond_opt_get_by_name()
537 const struct bond_option *opt; in bond_opt_get_val()
566 static bool bond_opt_check_range(const struct bond_option *opt, u64 val) in bond_opt_check_range()
588 const struct bond_opt_value *bond_opt_parse(const struct bond_option *opt, in bond_opt_parse()
655 const struct bond_option *opt) in bond_opt_check_deps()
670 const struct bond_option *opt, in bond_opt_dep_print()
688 const struct bond_option *opt, in bond_opt_error_interpret()
768 const struct bond_option *opt; in __bond_opt_set()
[all …]
H A Dbond_sysfs.c146 const struct bond_option *opt; in bonding_sysfs_store_option()