Searched refs:SCTP_PCB_FLAGS_INTERLEAVE_STRMS (Results 1 – 5 of 5) sorted by relevance
543 #define SCTP_PCB_FLAGS_INTERLEAVE_STRMS 0x0000000000000010 macro
1640 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS)) {3861 sctp_feature_on(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS);3864 sctp_feature_off(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS);3867 sctp_feature_off(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS);3896 (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS))) {
2484 sctp_feature_off(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS); in sctp_inpcb_alloc()2487 sctp_feature_on(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS); in sctp_inpcb_alloc()2490 sctp_feature_off(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS); in sctp_inpcb_alloc()
5749 } else if ((sctp_is_feature_on(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS)) && in sctp_sorecvmsg()