Searched refs:bond_opt_get (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/include/net/ |
| H A D | bond_options.h | 131 const struct bond_option *bond_opt_get(unsigned int option);
|
| /linux-6.15/drivers/net/bonding/ |
| H A D | bond_options.c | 526 opt = bond_opt_get(option); in bond_opt_get_by_name() 540 opt = bond_opt_get(option); in bond_opt_get_val() 773 opt = bond_opt_get(option); in __bond_opt_set() 847 const struct bond_option *bond_opt_get(unsigned int option) in bond_opt_get() function
|
| H A D | bond_main.c | 6104 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_MODE), &newval); in bond_check_params() 6120 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_XMIT_HASH), in bond_check_params() 6137 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_LACP_RATE), in bond_check_params() 6150 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_AD_SELECT), in bond_check_params() 6309 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_ARP_VALIDATE), in bond_check_params() 6323 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_ARP_ALL_TARGETS), in bond_check_params() 6365 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_PRIMARY_RESELECT), in bond_check_params() 6379 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_FAIL_OVER_MAC), in bond_check_params() 6395 bond_opt_get(BOND_OPT_AD_ACTOR_SYS_PRIO), in bond_check_params() 6403 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_AD_USER_PORT_KEY), in bond_check_params() [all …]
|