Home
last modified time | relevance | path

Searched refs:bond_opt_parse (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/net/
Dbond_options.h105 const struct bond_opt_value *bond_opt_parse(const struct bond_option *opt,
/linux-4.1.27/drivers/net/bonding/
Dbond_main.c4188 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_MODE), &newval); in bond_check_params()
4204 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_XMIT_HASH), in bond_check_params()
4221 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_LACP_RATE), in bond_check_params()
4234 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_AD_SELECT), in bond_check_params()
4311 if (!bond_opt_parse(bond_opt_get(BOND_OPT_PACKETS_PER_SLAVE), &newval)) { in bond_check_params()
4393 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_ARP_VALIDATE), in bond_check_params()
4408 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_ARP_ALL_TARGETS), in bond_check_params()
4450 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_PRIMARY_RESELECT), in bond_check_params()
4464 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_FAIL_OVER_MAC), in bond_check_params()
Dbond_options.c454 const struct bond_opt_value *bond_opt_parse(const struct bond_option *opt, in bond_opt_parse() function
618 retval = bond_opt_parse(opt, val); in __bond_opt_set()