Searched refs:SCTP_PCB_FLAGS_INTERLEAVE_STRMS (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/netinet/
H A Dsctp.h548 #define SCTP_PCB_FLAGS_INTERLEAVE_STRMS 0x0000000000000010 macro
H A Dsctp_usrreq.c1629 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS)) {
3851 sctp_feature_on(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS);
3854 sctp_feature_off(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS);
3857 sctp_feature_off(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS);
3886 (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS))) {
H A Dsctp_pcb.c2514 sctp_feature_off(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS);
2517 sctp_feature_on(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS);
2520 sctp_feature_off(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS);
H A Dsctputil.c5752 } else if ((sctp_is_feature_on(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS)) &&

Completed in 139 milliseconds