Home
last modified time | relevance | path

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

/Linux-v5.10/include/net/
Dbond_options.h110 const struct bond_option *bond_opt_get(unsigned int option);
/Linux-v5.10/drivers/net/bonding/
Dbond_options.c446 opt = bond_opt_get(option); in bond_opt_get_by_name()
460 opt = bond_opt_get(option); in bond_opt_get_val()
666 opt = bond_opt_get(option); in __bond_opt_set()
740 const struct bond_option *bond_opt_get(unsigned int option) in bond_opt_get() function
Dbond_main.c4816 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_MODE), &newval); in bond_check_params()
4832 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_XMIT_HASH), in bond_check_params()
4849 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_LACP_RATE), in bond_check_params()
4862 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_AD_SELECT), in bond_check_params()
4939 if (!bond_opt_parse(bond_opt_get(BOND_OPT_PACKETS_PER_SLAVE), &newval)) { in bond_check_params()
5021 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_ARP_VALIDATE), in bond_check_params()
5035 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_ARP_ALL_TARGETS), in bond_check_params()
5077 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_PRIMARY_RESELECT), in bond_check_params()
5091 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_FAIL_OVER_MAC), in bond_check_params()
5107 bond_opt_get(BOND_OPT_AD_ACTOR_SYS_PRIO), in bond_check_params()
[all …]