Searched refs:bond_opt_parse (Results 1 – 3 of 3) sorted by relevance
/linux/include/net/ |
H A D | bond_options.h | 129 const struct bond_opt_value *bond_opt_parse(const struct bond_option *opt,
|
/linux/drivers/net/bonding/ |
H A D | bond_main.c | 6105 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_MODE), &newval); in bond_check_params() 6121 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_XMIT_HASH), in bond_check_params() 6138 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_LACP_RATE), in bond_check_params() 6151 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_AD_SELECT), in bond_check_params() 6228 if (!bond_opt_parse(bond_opt_get(BOND_OPT_PACKETS_PER_SLAVE), &newval)) { in bond_check_params() 6310 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_ARP_VALIDATE), in bond_check_params() 6324 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_ARP_ALL_TARGETS), in bond_check_params() 6366 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_PRIMARY_RESELECT), in bond_check_params() 6380 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_FAIL_OVER_MAC), in bond_check_params() 6395 valptr = bond_opt_parse( in bond_check_params() [all …]
|
H A D | bond_options.c | 588 const struct bond_opt_value *bond_opt_parse(const struct bond_option *opt, in bond_opt_parse() function 779 retval = bond_opt_parse(opt, val); in __bond_opt_set()
|