Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/netinet6/
H A Dmld6.c652 SLIST_HEAD(, in6_multi) in6m_dthead; in mld_domifdetach()
654 SLIST_INIT(&in6m_dthead); in mld_domifdetach()
660 mli_delete(ifp, (struct mld_in6m_relhead *)&in6m_dthead); in mld_domifdetach()
664 MLD_REMOVE_DETACHED_IN6M(&in6m_dthead); in mld_domifdetach()
674 mli_delete(const struct ifnet *ifp, struct mld_in6m_relhead *in6m_dthead) in mli_delete() argument
688 mld_flush_relq(mli, in6m_dthead); in mli_delete()
807 SLIST_HEAD(, in6_multi) in6m_dthead; in mli_remref()
827 SLIST_INIT(&in6m_dthead); in mli_remref()
828 mld_flush_relq(mli, (struct mld_in6m_relhead *)&in6m_dthead); in mli_remref()
833 MLD_REMOVE_DETACHED_IN6M(&in6m_dthead); in mli_remref()
[all …]