Searched refs:sctp_abort_chunk (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | sctp_header.h | 289 struct sctp_abort_chunk { struct 296 struct sctp_abort_chunk msg; argument
|
| H A D | sctputil.h | 171 struct sctp_abort_chunk *, int);
|
| H A D | sctp_output.c | 10847 struct sctp_abort_chunk *abort; in sctp_send_abort_tcb() 10868 m_abort = sctp_get_mbuf_for_msg(sizeof(struct sctp_abort_chunk), 0, M_NOWAIT, 1, MT_HEADER); in sctp_send_abort_tcb() 10888 SCTP_BUF_LEN(m_abort) = sizeof(struct sctp_abort_chunk); in sctp_send_abort_tcb() 10889 chunk_len = (uint16_t)sizeof(struct sctp_abort_chunk) + cause_len; in sctp_send_abort_tcb() 10905 abort = mtod(m_abort, struct sctp_abort_chunk *); in sctp_send_abort_tcb()
|
| H A D | sctp_input.c | 779 sctp_handle_abort(struct sctp_abort_chunk *abort, in sctp_handle_abort() 4870 if (sctp_handle_abort((struct sctp_abort_chunk *)ch, stcb, *netp)) { in sctp_process_control()
|
| H A D | sctputil.c | 3149 uint16_t error, struct sctp_abort_chunk *abort, uint8_t from_peer, int so_locked) in sctp_notify_assoc_change() 4327 struct sctp_abort_chunk *abort, int so_locked) in sctp_abort_notification()
|