Searched refs:SCTP_PCB_FLAGS_STREAM_RESETEVNT (Results 1 – 3 of 3) sorted by relevance
587 #define SCTP_PCB_FLAGS_STREAM_RESETEVNT 0x0000000000080000 macro
2720 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_STREAM_RESETEVNT))3705 event_type = SCTP_PCB_FLAGS_STREAM_RESETEVNT;5892 sctp_feature_on(inp, SCTP_PCB_FLAGS_STREAM_RESETEVNT);5894 sctp_feature_off(inp, SCTP_PCB_FLAGS_STREAM_RESETEVNT);5947 sctp_stcb_feature_on(inp, stcb, SCTP_PCB_FLAGS_STREAM_RESETEVNT);5949 sctp_stcb_feature_off(inp, stcb, SCTP_PCB_FLAGS_STREAM_RESETEVNT);6956 event_type = SCTP_PCB_FLAGS_STREAM_RESETEVNT;
4124 (sctp_stcb_is_feature_off(stcb->sctp_ep, stcb, SCTP_PCB_FLAGS_STREAM_RESETEVNT))) { in sctp_notify_stream_reset()