Searched refs:bond_opt_parse (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/include/net/ |
D | bond_options.h | 111 const struct bond_opt_value *bond_opt_parse(const struct bond_option *opt,
|
/Linux-v4.19/drivers/net/bonding/ |
D | bond_main.c | 4361 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_MODE), &newval); in bond_check_params() 4377 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_XMIT_HASH), in bond_check_params() 4394 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_LACP_RATE), in bond_check_params() 4407 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_AD_SELECT), in bond_check_params() 4484 if (!bond_opt_parse(bond_opt_get(BOND_OPT_PACKETS_PER_SLAVE), &newval)) { in bond_check_params() 4566 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_ARP_VALIDATE), in bond_check_params() 4580 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_ARP_ALL_TARGETS), in bond_check_params() 4622 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_PRIMARY_RESELECT), in bond_check_params() 4636 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_FAIL_OVER_MAC), in bond_check_params() 4651 valptr = bond_opt_parse( in bond_check_params() [all …]
|
D | bond_options.c | 503 const struct bond_opt_value *bond_opt_parse(const struct bond_option *opt, in bond_opt_parse() function 667 retval = bond_opt_parse(opt, val); in __bond_opt_set()
|