Lines Matching refs:valptr

4182 	const struct bond_opt_value *valptr;  in bond_check_params()  local
4188 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_MODE), &newval); in bond_check_params()
4189 if (!valptr) { in bond_check_params()
4193 bond_mode = valptr->value; in bond_check_params()
4204 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_XMIT_HASH), in bond_check_params()
4206 if (!valptr) { in bond_check_params()
4211 xmit_hashtype = valptr->value; in bond_check_params()
4221 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_LACP_RATE), in bond_check_params()
4223 if (!valptr) { in bond_check_params()
4228 lacp_fast = valptr->value; in bond_check_params()
4234 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_AD_SELECT), in bond_check_params()
4236 if (!valptr) { in bond_check_params()
4240 params->ad_select = valptr->value; in bond_check_params()
4393 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_ARP_VALIDATE), in bond_check_params()
4395 if (!valptr) { in bond_check_params()
4400 arp_validate_value = valptr->value; in bond_check_params()
4408 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_ARP_ALL_TARGETS), in bond_check_params()
4410 if (!valptr) { in bond_check_params()
4415 arp_all_targets_value = valptr->value; in bond_check_params()
4422 valptr = bond_opt_get_val(BOND_OPT_ARP_VALIDATE, in bond_check_params()
4425 arp_interval, valptr->string, arp_ip_count); in bond_check_params()
4450 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_PRIMARY_RESELECT), in bond_check_params()
4452 if (!valptr) { in bond_check_params()
4457 primary_reselect_value = valptr->value; in bond_check_params()
4464 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_FAIL_OVER_MAC), in bond_check_params()
4466 if (!valptr) { in bond_check_params()
4471 fail_over_mac_value = valptr->value; in bond_check_params()