Searched refs:MLD_VERSION_2 (Results 1 – 2 of 2) sorted by relevance
727 mli->mli_version = MLD_VERSION_2; in mli_initvar()1139 if (mli->mli_version != MLD_VERSION_2) { in mld_v2_input_query()1144 mtp.qpt = mld_set_version(mli, MLD_VERSION_2); in mld_v2_input_query()1454 if (mli->mli_version == MLD_VERSION_2) { in mld_v1_input_report()1665 if (mli->mli_version != MLD_VERSION_2) { in mld_timeout()1759 case MLD_VERSION_2: in mld_timeout()1783 } else if (mli->mli_version == MLD_VERSION_2) { in mld_timeout()2216 if (mld_v2enable && mli->mli_version != MLD_VERSION_2 && in mld_v1_process_querier_timers()2222 __func__, mli->mli_version, MLD_VERSION_2, in mld_v1_process_querier_timers()2225 mli->mli_version = MLD_VERSION_2; in mld_v1_process_querier_timers()[all …]
100 #define MLD_VERSION_2 2 /* Default */ macro