Searched refs:SCTP_PCB_FLAGS_INTERLEAVE_STRMS (Results 1 – 4 of 4) sorted by relevance
550 #define SCTP_PCB_FLAGS_INTERLEAVE_STRMS 0x0000000000000010 macro
1625 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS)) {3853 sctp_feature_on(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS);3856 sctp_feature_off(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS);3859 sctp_feature_off(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS);3888 (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()
5807 } else if ((sctp_is_feature_on(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS)) && in sctp_sorecvmsg()