Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A Dbond_options.h108 const struct bond_opt_value *bond_opt_parse(const struct bond_option *opt,
/OK3568_Linux_fs/kernel/drivers/net/bonding/
H A Dbond_main.c4974 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_MODE), &newval); in bond_check_params()
4990 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_XMIT_HASH), in bond_check_params()
5007 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_LACP_RATE), in bond_check_params()
5020 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_AD_SELECT), in bond_check_params()
5097 if (!bond_opt_parse(bond_opt_get(BOND_OPT_PACKETS_PER_SLAVE), &newval)) { in bond_check_params()
5179 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_ARP_VALIDATE), in bond_check_params()
5193 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_ARP_ALL_TARGETS), in bond_check_params()
5235 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_PRIMARY_RESELECT), in bond_check_params()
5249 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_FAIL_OVER_MAC), in bond_check_params()
5264 valptr = bond_opt_parse( in bond_check_params()
[all …]
H A Dbond_options.c508 const struct bond_opt_value *bond_opt_parse(const struct bond_option *opt, in bond_opt_parse() function
672 retval = bond_opt_parse(opt, val); in __bond_opt_set()