OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:in6m_ifp
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/netinet6/
mld6.c
300
if (in6_setscope(&all_in6, in6m->
in6m_ifp
, NULL)) {
327
if (in6_setscope(&allnode, in6m->
in6m_ifp
, NULL)) {
332
if (in6_setscope(&allrouter, in6m->
in6m_ifp
, NULL)) {
554
struct ifnet *ifp = in6m->
in6m_ifp
;
733
in6m->
in6m_ifp
= ifp;
788
if (in6_lookup_multi(&in6m->in6m_addr, in6m->
in6m_ifp
) != NULL)
808
if_mcast_op(in6m->
in6m_ifp
, SIOCDELMULTI, sin6tosa(&sin6));
in6_var.h
509
struct ifnet *
in6m_ifp
; /* back pointer to ifnet */
member in struct:in6_multi
539
if (imm->i6mm_maddr->
in6m_ifp
!= ifp)
in6_pcb.c
783
if (imm->i6mm_maddr->
in6m_ifp
== ifp) {
ip6_output.c
2563
if (imm->i6mm_maddr->
in6m_ifp
== ifp &&
2653
if ((ifp == NULL || imm->i6mm_maddr->
in6m_ifp
== ifp) &&
2669
/*
in6m_ifp
should not leave thanks to inp_lock */
in6.c
1479
KASSERTMSG(in6m == NULL || in6m->
in6m_ifp
== ifp,
1480
"
in6m_ifp
=%s ifp=%s", in6m ? in6m->
in6m_ifp
->if_xname : NULL,
Completed in 31 milliseconds
Indexes created Mon Oct 27 08:10:08 GMT 2025