Searched refs:MLD_VERSION_2 (Results 1 – 2 of 2) sorted by relevance
724 mli->mli_version = MLD_VERSION_2; in mli_initvar()1135 if (mli->mli_version != MLD_VERSION_2) { in mld_v2_input_query()1140 mtp.qpt = mld_set_version(mli, MLD_VERSION_2); in mld_v2_input_query()1449 if (mli->mli_version == MLD_VERSION_2) { in mld_v1_input_report()1680 if (mli->mli_version != MLD_VERSION_2) { in mld_timeout()1773 case MLD_VERSION_2: in mld_timeout()1797 } else if (mli->mli_version == MLD_VERSION_2) { in mld_timeout()2300 if (mld_v2enable && mli->mli_version != MLD_VERSION_2 && in mld_v1_process_querier_timers()2306 __func__, mli->mli_version, MLD_VERSION_2, in mld_v1_process_querier_timers()2308 mli->mli_version = MLD_VERSION_2; in mld_v1_process_querier_timers()[all …]
100 #define MLD_VERSION_2 2 /* Default */ macro