OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ifa_refcnt
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/net/
link_proto.c
219
KASSERTMSG(ifa->
ifa_refcnt
== 1, "
ifa_refcnt
=%d",
220
ifa->
ifa_refcnt
);
if.c
1290
if (ifa->
ifa_refcnt
> 1) {
1293
buf, ifa->
ifa_refcnt
- 1);
1297
buf, ifa->
ifa_refcnt
- 1);
1438
ifa, family, ifa->
ifa_refcnt
);
1792
atomic_inc_uint(&ifa->
ifa_refcnt
);
1799
KASSERTMSG(ifa->
ifa_refcnt
> 0, "
ifa_refcnt
=%d", ifa->
ifa_refcnt
);
1802
if (atomic_dec_uint_nv(&ifa->
ifa_refcnt
) != 0)
if.h
766
int
ifa_refcnt
; /* count of references */
member in struct:ifaddr
route.c
2475
ifa->
ifa_refcnt
,
/src/sys/net/lagg/
if_lagg.c
2985
KASSERTMSG(ifa_cur->
ifa_refcnt
== 1,
2986
"
ifa_refcnt
=%d", ifa_cur->
ifa_refcnt
);
3029
KASSERTMSG(ifa_cur->
ifa_refcnt
== 1,
3030
"
ifa_refcnt
=%d",
3031
ifa_cur->
ifa_refcnt
);
/src/sys/dev/pci/
if_iavf.c
1632
KASSERTMSG(ifa_prev->
ifa_refcnt
== 1, "
ifa_refcnt
=%d",
1633
ifa_prev->
ifa_refcnt
);
Completed in 22 milliseconds
Indexes created Tue Oct 21 12:09:54 GMT 2025