Lines Matching refs:bond_opt_value
76 struct bond_opt_value {
97 const struct bond_opt_value *values;
99 int (*set)(struct bonding *bond, const struct bond_opt_value *val);
103 struct bond_opt_value *val);
105 struct bond_opt_value *val);
108 const struct bond_opt_value *bond_opt_parse(const struct bond_option *opt,
109 struct bond_opt_value *val);
112 const struct bond_opt_value *bond_opt_get_val(unsigned int option, u64 val);
114 /* This helper is used to initialize a bond_opt_value structure for parameter
118 static inline void __bond_opt_init(struct bond_opt_value *optval,