Home
last modified time | relevance | path

Searched refs:SOSCTP_ASSOC (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsocksctp.h126 #define SOSCTP_ASSOC 0x2 macro
H A Dsocksctp.c2071 ASSERT(ssa->ssa_type == SOSCTP_ASSOC); in sctp_assoc_recv()
2180 ASSERT(ssa->ssa_type == SOSCTP_ASSOC); in sctp_assoc_xmitted()
2202 if (ssa->ssa_type == SOSCTP_ASSOC) in sctp_assoc_get_vnode()
2217 if (ssa->ssa_type == SOSCTP_ASSOC) { in sctp_assoc_properties()
H A Dsocksctpsubr.c172 ssa->ssa_type = SOSCTP_ASSOC; in sosctp_assoc_create()