Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp.h180 #define SCTP_STREAM_RESET_INCOMING 0x00000001 macro
H A Dsctputil.c4192 sctp_notify_stream_reset(stcb, error, ((uint16_t *)data), SCTP_STREAM_RESET_INCOMING, so_locked); in sctp_ulp_notify()
4204 (SCTP_STREAM_RESET_INCOMING | SCTP_STREAM_RESET_FAILED), so_locked); in sctp_ulp_notify()
4208 (SCTP_STREAM_RESET_INCOMING | SCTP_STREAM_RESET_DENIED), so_locked); in sctp_ulp_notify()
H A Dsctp_usrreq.c4642 if (strrst->srs_flags & SCTP_STREAM_RESET_INCOMING) {