Home
last modified time | relevance | path

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

/NextBSD/sys/netinet/
HDsctp.h473 #define SCTP_HAD_NO_TCB 0x01 macro
476 #define SCTP_FROM_MIDDLE_BOX SCTP_HAD_NO_TCB
HDsctp_input.c4653 if ((((ch->chunk_flags & SCTP_HAD_NO_TCB) == 0) && in sctp_process_control()
4655 (((ch->chunk_flags & SCTP_HAD_NO_TCB) == SCTP_HAD_NO_TCB) && in sctp_process_control()
HDsctp_output.c10819 abort->ch.chunk_flags = SCTP_HAD_NO_TCB; in sctp_send_abort_tcb()
10860 flags = SCTP_HAD_NO_TCB; in sctp_send_shutdown_complete()
11060 ch->chunk_flags = SCTP_HAD_NO_TCB; in sctp_send_resp_msg()
/NextBSD/sys/netinet/libalias/
HDalias_sctp.c947 chunk_hdr->chunk_flags |= SCTP_HAD_NO_TCB; /* set Tbit */ in TxAbortErrorM()
1069 if ((chunk_hdr->chunk_flags & SCTP_HAD_NO_TCB) && in sctp_PktParser()