Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp.h549 #define SCTP_PCB_FLAGS_FRAG_INTERLEAVE 0x0000000000000008 macro
H A Dsctp_usrreq.c1625 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_FRAG_INTERLEAVE)) {
3853 sctp_feature_on(inp, SCTP_PCB_FLAGS_FRAG_INTERLEAVE);
3856 sctp_feature_on(inp, SCTP_PCB_FLAGS_FRAG_INTERLEAVE);
3859 sctp_feature_off(inp, SCTP_PCB_FLAGS_FRAG_INTERLEAVE);
3888 if ((sctp_is_feature_on(inp, SCTP_PCB_FLAGS_FRAG_INTERLEAVE)) &&
H A Dsctp_pcb.c2349 sctp_feature_on(inp, SCTP_PCB_FLAGS_FRAG_INTERLEAVE); in sctp_inpcb_alloc()
2352 sctp_feature_on(inp, SCTP_PCB_FLAGS_FRAG_INTERLEAVE); in sctp_inpcb_alloc()
2355 sctp_feature_off(inp, SCTP_PCB_FLAGS_FRAG_INTERLEAVE); in sctp_inpcb_alloc()
H A Dsctputil.c5787 if ((sctp_is_feature_on(inp, SCTP_PCB_FLAGS_FRAG_INTERLEAVE)) && in sctp_sorecvmsg()
6279 (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_FRAG_INTERLEAVE))) { in sctp_sorecvmsg()