Home
last modified time | relevance | path

Searched refs:lacp_active (Results 1 – 9 of 9) 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_sysfs.c361 val = bond_opt_get_val(BOND_OPT_LACP_ACTIVE, bond->params.lacp_active); in bonding_show_lacp_active()
363 return sysfs_emit(buf, "%s %d\n", val->string, bond->params.lacp_active); in bonding_show_lacp_active()
365 static DEVICE_ATTR(lacp_active, 0644,
H A Dbond_netlink.c489 int lacp_active = nla_get_u8(data[IFLA_BOND_AD_LACP_ACTIVE]); in bond_changelink() local
491 bond_opt_initval(&newval, lacp_active); in bond_changelink()
801 bond->params.lacp_active)) in bond_fill_info()
H A Dbond_3ad.c2034 if (bond_params->lacp_active) { in ad_initialize_port()
2949 int lacp_active; in bond_3ad_update_lacp_active() local
2951 lacp_active = bond->params.lacp_active; in bond_3ad_update_lacp_active()
2955 if (lacp_active) in bond_3ad_update_lacp_active()
H A Dbond_procfs.c154 (bond->params.lacp_active) ? "on" : "off"); in bond_info_show_master()
H A Dbond_options.c1670 bond->params.lacp_active = newval->value; in bond_option_lacp_active_set()
H A Dbond_main.c6426 params->lacp_active = 1; in bond_check_params()
/linux/include/net/
H A Dbonding.h133 int lacp_active; member
/linux/Documentation/networking/
H A Dbonding.rst556 lacp_active