Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/
Dbond_options.h87 struct bond_option { struct
109 const struct bond_opt_value *bond_opt_parse(const struct bond_option *opt, argument
111 const struct bond_option *bond_opt_get(unsigned int option);
112 const struct bond_option *bond_opt_get_by_name(const char *name);
/linux-4.4.14/drivers/net/bonding/
Dbond_options.c207 static const struct bond_option bond_opts[BOND_OPT_LAST] = {
434 const struct bond_option *bond_opt_get_by_name(const char *name) in bond_opt_get_by_name()
436 const struct bond_option *opt; in bond_opt_get_by_name()
451 const struct bond_option *opt; in bond_opt_get_val()
465 static const struct bond_opt_value *bond_opt_get_flags(const struct bond_option *opt, in bond_opt_get_flags()
480 static bool bond_opt_check_range(const struct bond_option *opt, u64 val) in bond_opt_check_range()
502 const struct bond_opt_value *bond_opt_parse(const struct bond_option *opt, in bond_opt_parse()
569 const struct bond_option *opt) in bond_opt_check_deps()
584 const struct bond_option *opt) in bond_opt_dep_print()
597 const struct bond_option *opt, in bond_opt_error_interpret()
[all …]
Dbond_sysfs.c163 const struct bond_option *opt; in bonding_sysfs_store_option()