OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tun_cv
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/net/
if_tun.h
57
kcondvar_t
tun_cv
; /* condition variable for tunnel */
member in struct:tun_softc
if_tun.c
213
cv_init(&tp->
tun_cv
, "tunread");
231
cv_destroy(&tp->
tun_cv
);
326
cv_broadcast(&tp->
tun_cv
);
645
cv_broadcast(&tp->
tun_cv
);
816
if (cv_wait_sig(&tp->
tun_cv
, &tp->tun_lock)) {
1014
cv_broadcast(&tp->
tun_cv
);
Completed in 12 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025