Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netinet/
H A Dsctp.h550 #define SCTP_PCB_FLAGS_FRAG_INTERLEAVE 0x0000000000000008 macro
H A Dsctp_usrreq.c1630 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_FRAG_INTERLEAVE)) {
3858 sctp_feature_on(inp, SCTP_PCB_FLAGS_FRAG_INTERLEAVE);
3861 sctp_feature_on(inp, SCTP_PCB_FLAGS_FRAG_INTERLEAVE);
3864 sctp_feature_off(inp, SCTP_PCB_FLAGS_FRAG_INTERLEAVE);
3893 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.c5788 if ((sctp_is_feature_on(inp, SCTP_PCB_FLAGS_FRAG_INTERLEAVE)) && in sctp_sorecvmsg()
6280 (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_FRAG_INTERLEAVE))) { in sctp_sorecvmsg()