Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/netinet6/
H A Dmld6.c651 SLIST_HEAD(, in6_multi) in6m_dthead; in mld_domifdetach()
653 SLIST_INIT(&in6m_dthead); in mld_domifdetach()
659 mli_delete(ifp, (struct mld_in6m_relhead *)&in6m_dthead); in mld_domifdetach()
663 MLD_REMOVE_DETACHED_IN6M(&in6m_dthead); in mld_domifdetach()
673 mli_delete(const struct ifnet *ifp, struct mld_in6m_relhead *in6m_dthead) in mli_delete() argument
687 mld_flush_relq(mli, in6m_dthead); in mli_delete()
805 SLIST_HEAD(, in6_multi) in6m_dthead; in mli_remref()
825 SLIST_INIT(&in6m_dthead); in mli_remref()
826 mld_flush_relq(mli, (struct mld_in6m_relhead *)&in6m_dthead); in mli_remref()
830 MLD_REMOVE_DETACHED_IN6M(&in6m_dthead); in mli_remref()
[all …]