Searched refs:SCTP_PCB_FLAGS_FRAG_INTERLEAVE (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | sctp.h | 542 #define SCTP_PCB_FLAGS_FRAG_INTERLEAVE 0x0000000000000008 macro
|
| H A D | sctp_usrreq.c | 1639 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_FRAG_INTERLEAVE)) { 3860 sctp_feature_on(inp, SCTP_PCB_FLAGS_FRAG_INTERLEAVE); 3863 sctp_feature_on(inp, SCTP_PCB_FLAGS_FRAG_INTERLEAVE); 3866 sctp_feature_off(inp, SCTP_PCB_FLAGS_FRAG_INTERLEAVE); 3895 if ((sctp_is_feature_on(inp, SCTP_PCB_FLAGS_FRAG_INTERLEAVE)) &&
|
| H A D | sctp_pcb.c | 2483 sctp_feature_on(inp, SCTP_PCB_FLAGS_FRAG_INTERLEAVE); in sctp_inpcb_alloc() 2486 sctp_feature_on(inp, SCTP_PCB_FLAGS_FRAG_INTERLEAVE); in sctp_inpcb_alloc() 2489 sctp_feature_off(inp, SCTP_PCB_FLAGS_FRAG_INTERLEAVE); in sctp_inpcb_alloc()
|
| H A D | sctputil.c | 5729 if ((sctp_is_feature_on(inp, SCTP_PCB_FLAGS_FRAG_INTERLEAVE)) && in sctp_sorecvmsg() 6221 (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_FRAG_INTERLEAVE))) { in sctp_sorecvmsg()
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | sctp.h | 542 #define SCTP_PCB_FLAGS_FRAG_INTERLEAVE 0x0000000000000008 macro
|