Home
last modified time | relevance | path

Searched refs:lacp_active (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/drivers/net/bonding/
H A Dbond_passive_lacp.sh48 ip -n "${s_ns}" link add bond0 type bond mode 802.3ad lacp_active on lacp_rate fast
52 ip -n "${c_ns}" link add bond0 type bond mode 802.3ad lacp_active off lacp_rate fast
/linux/drivers/net/bonding/
H A Dbond_procfs.c154 (bond->params.lacp_active) ? "on" : "off"); in bond_info_show_master()
H A Dbond_options.c1667 bond->params.lacp_active = newval->value; in bond_option_lacp_active_set()
H A Dbond_main.c6330 params->lacp_active = 1; in bond_check_params()
/linux/include/net/
H A Dbonding.h133 int lacp_active; member