Searched refs:SCTP_PCB_FLAGS_INTERLEAVE_STRMS (Results 1 – 4 of 4) sorted by relevance
551 #define SCTP_PCB_FLAGS_INTERLEAVE_STRMS 0x0000000000000010 macro
1631 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS)) {3859 sctp_feature_on(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS);3862 sctp_feature_off(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS);3865 sctp_feature_off(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS);3894 (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS))) {
2350 sctp_feature_off(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS); in sctp_inpcb_alloc()2353 sctp_feature_on(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS); in sctp_inpcb_alloc()2356 sctp_feature_off(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS); in sctp_inpcb_alloc()
5808 } else if ((sctp_is_feature_on(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS)) && in sctp_sorecvmsg()