Home
last modified time | relevance | path

Searched refs:SCTP_PCB_FLAGS_FRAG_INTERLEAVE (Results 1 – 4 of 4) sorted by last modified time

/freebsd/sys/netinet/
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()
H A Dsctp_pcb.c2476 sctp_feature_on(inp, SCTP_PCB_FLAGS_FRAG_INTERLEAVE); in sctp_inpcb_alloc()
2479 sctp_feature_on(inp, SCTP_PCB_FLAGS_FRAG_INTERLEAVE); in sctp_inpcb_alloc()
2482 sctp_feature_off(inp, SCTP_PCB_FLAGS_FRAG_INTERLEAVE); in sctp_inpcb_alloc()
H A Dsctp_usrreq.c1624 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_FRAG_INTERLEAVE)) {
3852 sctp_feature_on(inp, SCTP_PCB_FLAGS_FRAG_INTERLEAVE);
3855 sctp_feature_on(inp, SCTP_PCB_FLAGS_FRAG_INTERLEAVE);
3858 sctp_feature_off(inp, SCTP_PCB_FLAGS_FRAG_INTERLEAVE);
3887 if ((sctp_is_feature_on(inp, SCTP_PCB_FLAGS_FRAG_INTERLEAVE)) &&
H A Dsctp.h549 #define SCTP_PCB_FLAGS_FRAG_INTERLEAVE 0x0000000000000008 macro