Searched refs:SCTP_PCB_FLAGS_FRAG_INTERLEAVE (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/sys/netinet/ |
| H A D | sctp.h | 550 #define SCTP_PCB_FLAGS_FRAG_INTERLEAVE 0x0000000000000008 macro
|
| H A D | sctp_usrreq.c | 1630 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 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 | 5788 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()
|