Home
last modified time | relevance | path

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

/freebsd-13.1/sys/netinet/
H A Dsctp.h543 #define SCTP_PCB_FLAGS_INTERLEAVE_STRMS 0x0000000000000010 macro
H A Dsctp_usrreq.c1641 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS)) {
3869 sctp_feature_on(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS);
3872 sctp_feature_off(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS);
3875 sctp_feature_off(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS);
3904 (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS))) {
H A Dsctp_pcb.c2480 sctp_feature_off(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS); in sctp_inpcb_alloc()
2483 sctp_feature_on(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS); in sctp_inpcb_alloc()
2486 sctp_feature_off(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS); in sctp_inpcb_alloc()
H A Dsctputil.c5773 } else if ((sctp_is_feature_on(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS)) && in sctp_sorecvmsg()