Searched refs:bond_opt_get (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | bond_options.h | 110 const struct bond_option *bond_opt_get(unsigned int option);
|
/kernel/linux/linux-6.6/include/net/ |
H A D | bond_options.h | 130 const struct bond_option *bond_opt_get(unsigned int option);
|
/kernel/linux/linux-5.10/drivers/net/bonding/ |
H A D | bond_options.c | 446 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() 734 * bond_opt_get - get a pointer to an option 740 const struct bond_option *bond_opt_get(unsigned int option) in bond_opt_get() function
|
H A D | bond_main.c | 5001 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_MODE), &newval); in bond_check_params() 5017 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_XMIT_HASH), in bond_check_params() 5034 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_LACP_RATE), in bond_check_params() 5047 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_AD_SELECT), in bond_check_params() 5124 if (!bond_opt_parse(bond_opt_get(BOND_OPT_PACKETS_PER_SLAVE), &newval)) { in bond_check_params() 5206 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_ARP_VALIDATE), in bond_check_params() 5220 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_ARP_ALL_TARGETS), in bond_check_params() 5262 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_PRIMARY_RESELECT), in bond_check_params() 5276 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_FAIL_OVER_MAC), in bond_check_params() 5292 bond_opt_get(BOND_OPT_AD_ACTOR_SYS_PRI in bond_check_params() [all...] |
/kernel/linux/linux-6.6/drivers/net/bonding/ |
H A D | bond_options.c | 509 opt = bond_opt_get(option); in bond_opt_get_by_name() 523 opt = bond_opt_get(option); in bond_opt_get_val() 756 opt = bond_opt_get(option); in __bond_opt_set() 824 * bond_opt_get - get a pointer to an option 830 const struct bond_option *bond_opt_get(unsigned int option) in bond_opt_get() function
|
H A D | bond_main.c | 5984 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_MODE), &newval); in bond_check_params() 6000 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_XMIT_HASH), in bond_check_params() 6017 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_LACP_RATE), in bond_check_params() 6030 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_AD_SELECT), in bond_check_params() 6107 if (!bond_opt_parse(bond_opt_get(BOND_OPT_PACKETS_PER_SLAVE), &newval)) { in bond_check_params() 6189 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_ARP_VALIDATE), in bond_check_params() 6203 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_ARP_ALL_TARGETS), in bond_check_params() 6245 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_PRIMARY_RESELECT), in bond_check_params() 6259 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_FAIL_OVER_MAC), in bond_check_params() 6275 bond_opt_get(BOND_OPT_AD_ACTOR_SYS_PRI in bond_check_params() [all...] |
Completed in 18 milliseconds