Lines Matching defs:bond_opt_value
94 struct bond_opt_value {
119 const struct bond_opt_value *values;
121 int (*set)(struct bonding *bond, const struct bond_opt_value *val);
125 struct bond_opt_value *val,
128 struct bond_opt_value *val);
131 const struct bond_opt_value *bond_opt_parse(const struct bond_option *opt,
132 struct bond_opt_value *val);
135 const struct bond_opt_value *bond_opt_get_val(unsigned int option, u64 val);
137 /* This helper is used to initialize a bond_opt_value structure for parameter
141 static inline void __bond_opt_init(struct bond_opt_value *optval,