OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tcb_mtx
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/netinet/
sctp_pcb.h
356
struct mtx
tcb_mtx
;
member in struct:sctp_tcb
358
kmutex_t
tcb_mtx
;
member in struct:sctp_tcb
462
if (mtx_owned(&(xx_stcb)->
tcb_mtx
)) \
473
if (mtx_owned(&(xx_stcb)->
tcb_mtx
)) \
516
mutex_init(&(_tcb)->
tcb_mtx
, MUTEX_DEFAULT, IPL_NET)
517
#define SCTP_TCB_LOCK_DESTROY(_tcb) mtx_destroy(&(_tcb)->
tcb_mtx
)
521
if (mtx_owned(&(_tcb)->
tcb_mtx
)) \
523
mtx_lock(&(_tcb)->
tcb_mtx
); \
525
#define SCTP_TCB_UNLOCK(_tcb) mtx_unlock(&(_tcb)->
tcb_mtx
)
596
mutex_init(&(_tcb)->
tcb_mtx
, MUTEX_DEFAULT, IPL_NET
[
all
...]
sctp_pcb.c
131
if (mtx_owned(&(stcb)->
tcb_mtx
))
154
if (mtx_owned(&(stcb)->
tcb_mtx
))
182
if (mtx_owned(&(stcb)->
tcb_mtx
))
Completed in 35 milliseconds
Indexes created Thu Nov 06 02:09:54 GMT 2025