Home
last modified time | relevance | path

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

/freebsd-12.1/sys/netinet/
H A Dsctp.h549 #define SCTP_PCB_FLAGS_INTERLEAVE_STRMS 0x0000000000000010 macro
H A Dsctp_usrreq.c1654 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS)) {
3867 sctp_feature_on(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS);
3870 sctp_feature_off(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS);
3873 sctp_feature_off(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS);
3901 (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS))) {
H A Dsctp_pcb.c2511 sctp_feature_off(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS); in sctp_inpcb_alloc()
2514 sctp_feature_on(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS); in sctp_inpcb_alloc()
2517 sctp_feature_off(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS); in sctp_inpcb_alloc()
H A Dsctputil.c5503 } else if ((sctp_is_feature_on(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS)) && in sctp_sorecvmsg()