Home
last modified time | relevance | path

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

/Linux-v6.1/include/net/
Dbond_options.h103 struct bond_option { struct
128 const struct bond_opt_value *bond_opt_parse(const struct bond_option *opt, argument
130 const struct bond_option *bond_opt_get(unsigned int option);
131 const struct bond_option *bond_opt_get_by_name(const char *name);
/Linux-v6.1/drivers/net/bonding/
Dbond_options.c229 static const struct bond_option bond_opts[BOND_OPT_LAST] = {
497 const struct bond_option *bond_opt_get_by_name(const char *name) in bond_opt_get_by_name()
499 const struct bond_option *opt; in bond_opt_get_by_name()
514 const struct bond_option *opt; in bond_opt_get_val()
528 static const struct bond_opt_value *bond_opt_get_flags(const struct bond_option *opt, in bond_opt_get_flags()
543 static bool bond_opt_check_range(const struct bond_option *opt, u64 val) in bond_opt_check_range()
565 const struct bond_opt_value *bond_opt_parse(const struct bond_option *opt, in bond_opt_parse()
632 const struct bond_option *opt) in bond_opt_check_deps()
647 const struct bond_option *opt, in bond_opt_dep_print()
665 const struct bond_option *opt, in bond_opt_error_interpret()
[all …]
Dbond_sysfs.c146 const struct bond_option *opt; in bonding_sysfs_store_option()