Lines Matching defs:newval
4499 struct bond_opt_value newval;
4556 bond_opt_initstr(&newval, slave_dev->name);
4558 &newval);
5969 struct bond_opt_value newval;
5983 bond_opt_initstr(&newval, mode);
5984 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_MODE), &newval);
5999 bond_opt_initstr(&newval, xmit_hash_policy);
6001 &newval);
6016 bond_opt_initstr(&newval, lacp_rate);
6018 &newval);
6029 bond_opt_initstr(&newval, ad_select);
6031 &newval);
6106 bond_opt_initval(&newval, packets_per_slave);
6107 if (!bond_opt_parse(bond_opt_get(BOND_OPT_PACKETS_PER_SLAVE), &newval)) {
6188 bond_opt_initstr(&newval, arp_validate);
6190 &newval);
6202 bond_opt_initstr(&newval, arp_all_targets);
6204 &newval);
6244 bond_opt_initstr(&newval, primary_reselect);
6246 &newval);
6258 bond_opt_initstr(&newval, fail_over_mac);
6260 &newval);
6273 bond_opt_initstr(&newval, "default");
6276 &newval);
6284 &newval);
6291 bond_opt_initstr(&newval, "default");
6292 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_TLB_DYNAMIC_LB), &newval);