Lines Matching defs:newval
3948 struct bond_opt_value newval;
4033 bond_opt_initstr(&newval, slave_dev->name);
4035 &newval);
4986 struct bond_opt_value newval;
5000 bond_opt_initstr(&newval, mode);
5001 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_MODE), &newval);
5016 bond_opt_initstr(&newval, xmit_hash_policy);
5018 &newval);
5033 bond_opt_initstr(&newval, lacp_rate);
5035 &newval);
5046 bond_opt_initstr(&newval, ad_select);
5048 &newval);
5123 bond_opt_initval(&newval, packets_per_slave);
5124 if (!bond_opt_parse(bond_opt_get(BOND_OPT_PACKETS_PER_SLAVE), &newval)) {
5205 bond_opt_initstr(&newval, arp_validate);
5207 &newval);
5219 bond_opt_initstr(&newval, arp_all_targets);
5221 &newval);
5261 bond_opt_initstr(&newval, primary_reselect);
5263 &newval);
5275 bond_opt_initstr(&newval, fail_over_mac);
5277 &newval);
5290 bond_opt_initstr(&newval, "default");
5293 &newval);
5301 &newval);
5308 bond_opt_initstr(&newval, "default");
5309 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_TLB_DYNAMIC_LB), &newval);