Searched refs:SCTP_PCB_FLAGS_INTERLEAVE_STRMS (Results 1 – 4 of 4) sorted by relevance
543 #define SCTP_PCB_FLAGS_INTERLEAVE_STRMS 0x0000000000000010 macro
1641 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS)) {3869 sctp_feature_on(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS);3872 sctp_feature_off(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS);3875 sctp_feature_off(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS);3904 (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS))) {
2480 sctp_feature_off(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS); in sctp_inpcb_alloc()2483 sctp_feature_on(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS); in sctp_inpcb_alloc()2486 sctp_feature_off(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS); in sctp_inpcb_alloc()
5773 } else if ((sctp_is_feature_on(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS)) && in sctp_sorecvmsg()