OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:in6m_refcount
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/netinet6/
mld6.c
237
KASSERTMSG(in6m->
in6m_refcount
> 0, "
in6m_refcount
=%d",
238
in6m->
in6m_refcount
);
687
in6m->
in6m_refcount
++;
695
if (--in6m->
in6m_refcount
== 0)
720
in6m->
in6m_refcount
++;
734
in6m->
in6m_refcount
= 1;
779
KASSERTMSG(in6m->
in6m_refcount
== 0, "
in6m_refcount
=%d",
780
in6m->
in6m_refcount
);
[
all
...]
in6_var.h
512
u_int
in6m_refcount
; /* # membership claims by sockets */
member in struct:in6_multi
Completed in 16 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025