Searched refs:BOND_AD_STABLE (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | bond_3ad.h | 26 BOND_AD_STABLE = 0, enumerator
|
/kernel/linux/linux-6.6/include/net/ |
H A D | bond_3ad.h | 26 BOND_AD_STABLE = 0, enumerator
|
/kernel/linux/linux-5.10/drivers/net/bonding/ |
H A D | bond_3ad.c | 211 return BOND_AD_STABLE; in __get_agg_selection_mode() 1567 * BOND_AD_STABLE, BOND_AD_BANDWIDTH: Select by bandwidth. in ad_agg_selection_test() 1593 case BOND_AD_STABLE: in ad_agg_selection_test() 1638 * BOND_AD_STABLE: select the aggregator with the most ports attached to 1678 __get_agg_selection_mode(best->lag_ports) == BOND_AD_STABLE) { in ad_agg_selection_logic()
|
H A D | bond_options.c | 144 { "stable", BOND_AD_STABLE, BOND_VALFLAG_DEFAULT},
|
H A D | bond_main.c | 5057 params->ad_select = BOND_AD_STABLE; in bond_check_params()
|
/kernel/linux/linux-6.6/drivers/net/bonding/ |
H A D | bond_3ad.c | 215 return BOND_AD_STABLE; in __get_agg_selection_mode() 1597 * BOND_AD_STABLE, BOND_AD_BANDWIDTH: Select by bandwidth. in ad_agg_selection_test() 1623 case BOND_AD_STABLE: in ad_agg_selection_test() 1668 * BOND_AD_STABLE: select the aggregator with the most ports attached to 1708 __get_agg_selection_mode(best->lag_ports) == BOND_AD_STABLE) { in ad_agg_selection_logic()
|
H A D | bond_options.c | 159 { "stable", BOND_AD_STABLE, BOND_VALFLAG_DEFAULT},
|
H A D | bond_main.c | 6040 params->ad_select = BOND_AD_STABLE; in bond_check_params()
|
Completed in 24 milliseconds