Home
last modified time | relevance | path

Searched refs:resend_igmp (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/net/bonding/
H A Dbond_netlink.c411 int resend_igmp = in bond_changelink() local
414 bond_opt_initval(&newval, resend_igmp); in bond_changelink()
733 bond->params.resend_igmp)) in bond_fill_info()
H A Dbond_sysfs.c673 return sysfs_emit(buf, "%d\n", bond->params.resend_igmp); in bonding_show_resend_igmp()
675 static DEVICE_ATTR(resend_igmp, 0644,
H A Dbond_main.c122 static int resend_igmp = BOND_DEFAULT_RESEND_IGMP; variable
194 module_param(resend_igmp, int, 0);
195 MODULE_PARM_DESC(resend_igmp, "Number of IGMP membership reports to send on "
1255 if (netif_running(bond->dev) && (bond->params.resend_igmp > 0) && in bond_change_active_slave()
1258 bond->igmp_retrans = bond->params.resend_igmp; in bond_change_active_slave()
6100 if (resend_igmp < 0 || resend_igmp > 255) { in bond_check_params()
6102 resend_igmp, BOND_DEFAULT_RESEND_IGMP); in bond_check_params()
6103 resend_igmp = BOND_DEFAULT_RESEND_IGMP; in bond_check_params()
6325 params->resend_igmp = resend_igmp; in bond_check_params()
H A Dbond_options.c1423 bond->params.resend_igmp = newval->value; in bond_option_resend_igmp_set()
/openbmc/linux/include/net/
H A Dbonding.h141 int resend_igmp; member
/openbmc/linux/Documentation/networking/
H A Dbonding.rst1021 resend_igmp