Home
last modified time | relevance | path

Searched defs:SCTP_INP_INCR_REF (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/netinet/
H A Dsctp_pcb.h487 #define SCTP_INP_INCR_REF(_inp) _inp->refcount++ macro
574 #define SCTP_INP_INCR_REF(_inp) atomic_add_int(&((_inp)->refcount), 1) macro
633 #define SCTP_INP_INCR_REF(_inp) macro