Searched refs:SCTP_PCB_FLAGS_INTERLEAVE_STRMS (Results 1 – 4 of 4) sorted by relevance
541 #define SCTP_PCB_FLAGS_INTERLEAVE_STRMS 0x0000000000000010 macro
1722 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS)) {3873 sctp_feature_on(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS);3876 sctp_feature_off(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS);3879 sctp_feature_off(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS);
2540 sctp_feature_off(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS); in sctp_inpcb_alloc()2543 sctp_feature_on(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS); in sctp_inpcb_alloc()2546 sctp_feature_off(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS); in sctp_inpcb_alloc()
5558 } else if ((sctp_is_feature_on(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS)) && in sctp_sorecvmsg()