OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:inp_mtx
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/netinet/
sctp_pcb.h
336
struct mtx
inp_mtx
;
member in struct:sctp_inpcb
340
kmutex_t
inp_mtx
;
member in struct:sctp_inpcb
448
mtx_init(&(_inp)->
inp_mtx
, "sctp", "inp", MTX_DEF | MTX_DUPOK)
454
#define SCTP_INP_LOCK_DESTROY(_inp) mtx_destroy(&(_inp)->
inp_mtx
)
464
if (mtx_owned(&(_inp)->
inp_mtx
)) \
466
mtx_lock(&(_inp)->
inp_mtx
); \
475
if (mtx_owned(&(_inp)->
inp_mtx
)) \
477
mtx_lock(&(_inp)->
inp_mtx
); \
502
#define SCTP_INP_RUNLOCK(_inp) mtx_unlock(&(_inp)->
inp_mtx
)
503
#define SCTP_INP_WUNLOCK(_inp) mtx_unlock(&(_inp)->
inp_mtx
)
[
all
...]
Completed in 13 milliseconds
Indexes created Mon Oct 13 00:09:54 GMT 2025