Searched refs:SCTP_PCB_FLAGS_FRAG_INTERLEAVE (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/netinet/ |
H A D | sctp.h | 549 #define SCTP_PCB_FLAGS_FRAG_INTERLEAVE 0x0000000000000008 macro
|
H A D | sctp_usrreq.c | 1625 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 D | sctp_pcb.c | 2349 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 D | sctputil.c | 5787 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()
|