Searched refs:resend_igmp (Results 1 – 4 of 4) sorted by relevance
442 int resend_igmp = in bond_changelink() local445 bond_opt_initval(&newval, resend_igmp); in bond_changelink()812 READ_ONCE(bond->params.resend_igmp))) in bond_fill_info()
121 static int resend_igmp = BOND_DEFAULT_RESEND_IGMP; variable192 module_param(resend_igmp, int, 0);193 MODULE_PARM_DESC(resend_igmp, "Number of IGMP membership reports to send on "1351 if (netif_running(bond->dev) && (bond->params.resend_igmp > 0) && in bond_change_active_slave()1354 bond->igmp_retrans = bond->params.resend_igmp; in bond_change_active_slave()6221 if (resend_igmp < 0 || resend_igmp > 255) { in bond_check_params()6223 resend_igmp, BOND_DEFAULT_RESEND_IGMP); in bond_check_params()6224 resend_igmp = BOND_DEFAULT_RESEND_IGMP; in bond_check_params()6445 params->resend_igmp = resend_igmp; in bond_check_params()
1609 WRITE_ONCE(bond->params.resend_igmp, newval->value); in bond_option_resend_igmp_set()
140 int resend_igmp; member