Home
last modified time | relevance | path

Searched refs:SCTP_HAD_NO_TCB (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctp.h474 #define SCTP_HAD_NO_TCB 0x01 macro
477 #define SCTP_FROM_MIDDLE_BOX SCTP_HAD_NO_TCB
H A Dsctp_input.c4520 if ((((ch->chunk_flags & SCTP_HAD_NO_TCB) == 0) && in sctp_process_control()
4522 (((ch->chunk_flags & SCTP_HAD_NO_TCB) == SCTP_HAD_NO_TCB) && in sctp_process_control()
H A Dsctp_output.c10910 abort->ch.chunk_flags = SCTP_HAD_NO_TCB; in sctp_send_abort_tcb()
10960 flags = SCTP_HAD_NO_TCB; in sctp_send_shutdown_complete()
11162 ch->chunk_flags = SCTP_HAD_NO_TCB; in sctp_send_resp_msg()
/f-stack/tools/compat/include/netinet/
H A Dsctp.h474 #define SCTP_HAD_NO_TCB 0x01 macro
477 #define SCTP_FROM_MIDDLE_BOX SCTP_HAD_NO_TCB
/f-stack/freebsd/netinet/libalias/
H A Dalias_sctp.c965 chunk_hdr->chunk_flags |= SCTP_HAD_NO_TCB; /* set Tbit */ in TxAbortErrorM()
1088 if ((chunk_hdr->chunk_flags & SCTP_HAD_NO_TCB) && in sctp_PktParser()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw2.c608 chunk->chunk_flags |= SCTP_HAD_NO_TCB; in ipfw_send_abort()