Home
last modified time | relevance | path

Searched refs:resend_igmp (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/bonding/
H A Dbond_netlink.c337 int resend_igmp = in bond_changelink() local
340 bond_opt_initval(&newval, resend_igmp); in bond_changelink()
601 bond->params.resend_igmp)) in bond_fill_info()
H A Dbond_main.c114 static int resend_igmp = BOND_DEFAULT_RESEND_IGMP; variable
186 module_param(resend_igmp, int, 0);
187 MODULE_PARM_DESC(resend_igmp, "Number of IGMP membership reports to send on "
1188 if (netif_running(bond->dev) && (bond->params.resend_igmp > 0) && in bond_change_active_slave()
1191 bond->igmp_retrans = bond->params.resend_igmp; in bond_change_active_slave()
5117 if (resend_igmp < 0 || resend_igmp > 255) { in bond_check_params()
5118 pr_warn("Warning: resend_igmp (%d) should be between 0 and 255, resetting to %d\n", in bond_check_params()
5119 resend_igmp, BOND_DEFAULT_RESEND_IGMP); in bond_check_params()
5120 resend_igmp in bond_check_params()
[all...]
H A Dbond_sysfs.c641 return sprintf(buf, "%d\n", bond->params.resend_igmp); in bonding_show_resend_igmp()
643 static DEVICE_ATTR(resend_igmp, 0644,
H A Dbond_options.c373 .name = "resend_igmp",
1228 netdev_dbg(bond->dev, "Setting resend_igmp to %llu\n", in bond_option_resend_igmp_set()
1230 bond->params.resend_igmp = newval->value; in bond_option_resend_igmp_set()
/kernel/linux/linux-6.6/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_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()
6101 pr_warn("Warning: resend_igmp (%d) should be between 0 and 255, resetting to %d\n", in bond_check_params()
6102 resend_igmp, BOND_DEFAULT_RESEND_IGMP); in bond_check_params()
6103 resend_igmp in bond_check_params()
[all...]
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_options.c436 .name = "resend_igmp",
1421 netdev_dbg(bond->dev, "Setting resend_igmp to %llu\n", in bond_option_resend_igmp_set()
1423 bond->params.resend_igmp = newval->value; in bond_option_resend_igmp_set()
/kernel/linux/linux-5.10/include/net/
H A Dbonding.h138 int resend_igmp; member
/kernel/linux/linux-6.6/include/net/
H A Dbonding.h141 int resend_igmp; member

Completed in 24 milliseconds