Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/netinet6/
H A Dmld6.c650 SLIST_HEAD(, in6_multi) in6m_dthead; in mld_domifdetach()
652 SLIST_INIT(&in6m_dthead); in mld_domifdetach()
658 mli_delete(ifp, (struct mld_in6m_relhead *)&in6m_dthead); in mld_domifdetach()
662 MLD_REMOVE_DETACHED_IN6M(&in6m_dthead); in mld_domifdetach()
672 mli_delete(const struct ifnet *ifp, struct mld_in6m_relhead *in6m_dthead) in mli_delete() argument
686 mld_flush_relq(mli, in6m_dthead); in mli_delete()
804 SLIST_HEAD(, in6_multi) in6m_dthead; in mli_remref()
824 SLIST_INIT(&in6m_dthead); in mli_remref()
825 mld_flush_relq(mli, (struct mld_in6m_relhead *)&in6m_dthead); in mli_remref()
829 MLD_REMOVE_DETACHED_IN6M(&in6m_dthead); in mli_remref()
[all …]