Home
last modified time | relevance | path

Searched refs:lacp_fast (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/bonding/
H A Dbond_procfs.c156 (bond->params.lacp_fast) ? "fast" : "slow"); in bond_info_show_master()
H A Dbond_main.c6087 int lacp_fast = 0; in bond_check_params() local
6133 lacp_fast = valptr->value; in bond_check_params()
6427 params->lacp_fast = lacp_fast; in bond_check_params()
H A Dbond_options.c1681 bond->params.lacp_fast = newval->value; in bond_option_lacp_rate_set()
/linux/include/net/
H A Dbonding.h134 int lacp_fast; member