Searched refs:bond_opt_get_val (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/bonding/ |
H A D | bond_procfs.c | 71 optval = bond_opt_get_val(BOND_OPT_FAIL_OVER_MAC, in bond_info_show_master() 79 optval = bond_opt_get_val(BOND_OPT_XMIT_HASH, in bond_info_show_master() 90 optval = bond_opt_get_val(BOND_OPT_PRIMARY_RESELECT, in bond_info_show_master() 137 optval = bond_opt_get_val(BOND_OPT_AD_SELECT, in bond_info_show_master()
|
H A D | bond_sysfs.c | 204 val = bond_opt_get_val(BOND_OPT_MODE, BOND_MODE(bond)); in bonding_show_mode() 218 val = bond_opt_get_val(BOND_OPT_XMIT_HASH, bond->params.xmit_policy); in bonding_show_xmit_hash() 233 val = bond_opt_get_val(BOND_OPT_ARP_VALIDATE, in bonding_show_arp_validate() 249 val = bond_opt_get_val(BOND_OPT_ARP_ALL_TARGETS, in bonding_show_arp_all_targets() 265 val = bond_opt_get_val(BOND_OPT_FAIL_OVER_MAC, in bonding_show_fail_over_mac() 350 val = bond_opt_get_val(BOND_OPT_LACP_RATE, bond->params.lacp_fast); in bonding_show_lacp() 375 val = bond_opt_get_val(BOND_OPT_AD_SELECT, bond->params.ad_select); in bonding_show_ad_select() 435 val = bond_opt_get_val(BOND_OPT_PRIMARY_RESELECT, in bonding_show_primary_reselect()
|
H A D | bond_options.c | 455 const struct bond_opt_value *bond_opt_get_val(unsigned int option, u64 val) in bond_opt_get_val() function 596 modeval = bond_opt_get_val(BOND_OPT_MODE, params->mode); in bond_opt_dep_print()
|
H A D | bond_main.c | 5234 valptr = bond_opt_get_val(BOND_OPT_ARP_VALIDATE, in bond_check_params()
|
/kernel/linux/linux-6.6/drivers/net/bonding/ |
H A D | bond_procfs.c | 72 optval = bond_opt_get_val(BOND_OPT_FAIL_OVER_MAC, in bond_info_show_master() 80 optval = bond_opt_get_val(BOND_OPT_XMIT_HASH, in bond_info_show_master() 91 optval = bond_opt_get_val(BOND_OPT_PRIMARY_RESELECT, in bond_info_show_master() 158 optval = bond_opt_get_val(BOND_OPT_AD_SELECT, in bond_info_show_master()
|
H A D | bond_sysfs.c | 204 val = bond_opt_get_val(BOND_OPT_MODE, BOND_MODE(bond)); in bonding_show_mode() 218 val = bond_opt_get_val(BOND_OPT_XMIT_HASH, bond->params.xmit_policy); in bonding_show_xmit_hash() 233 val = bond_opt_get_val(BOND_OPT_ARP_VALIDATE, in bonding_show_arp_validate() 249 val = bond_opt_get_val(BOND_OPT_ARP_ALL_TARGETS, in bonding_show_arp_all_targets() 265 val = bond_opt_get_val(BOND_OPT_FAIL_OVER_MAC, in bonding_show_fail_over_mac() 362 val = bond_opt_get_val(BOND_OPT_LACP_ACTIVE, bond->params.lacp_active); in bonding_show_lacp_active() 376 val = bond_opt_get_val(BOND_OPT_LACP_RATE, bond->params.lacp_fast); in bonding_show_lacp_rate() 401 val = bond_opt_get_val(BOND_OPT_AD_SELECT, bond->params.ad_select); in bonding_show_ad_select() 462 val = bond_opt_get_val(BOND_OPT_PRIMARY_RESELECT, in bonding_show_primary_reselect()
|
H A D | bond_options.c | 518 const struct bond_opt_value *bond_opt_get_val(unsigned int option, u64 val) in bond_opt_get_val() function 661 modeval = bond_opt_get_val(BOND_OPT_MODE, params->mode); in bond_opt_dep_print()
|
H A D | bond_main.c | 6217 valptr = bond_opt_get_val(BOND_OPT_ARP_VALIDATE, in bond_check_params()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | bond_options.h | 112 const struct bond_opt_value *bond_opt_get_val(unsigned int option, u64 val);
|
/kernel/linux/linux-6.6/include/net/ |
H A D | bond_options.h | 132 const struct bond_opt_value *bond_opt_get_val(unsigned int option, u64 val);
|
Completed in 37 milliseconds