Home
last modified time | relevance | path

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

/trueos/sys/netinet/
HDsctp_output.c5124 SCTP_BUF_RESV_UF(op_err, sizeof(struct ip6_hdr)); in sctp_arethere_unrecognized_parameters()
5126 SCTP_BUF_RESV_UF(op_err, sizeof(struct ip)); in sctp_arethere_unrecognized_parameters()
5128 SCTP_BUF_RESV_UF(op_err, sizeof(struct sctphdr)); in sctp_arethere_unrecognized_parameters()
5129 SCTP_BUF_RESV_UF(op_err, sizeof(struct sctp_chunkhdr)); in sctp_arethere_unrecognized_parameters()
5189 SCTP_BUF_RESV_UF(op_err, sizeof(struct ip6_hdr)); in sctp_arethere_unrecognized_parameters()
5191 SCTP_BUF_RESV_UF(op_err, sizeof(struct ip)); in sctp_arethere_unrecognized_parameters()
5193 SCTP_BUF_RESV_UF(op_err, sizeof(struct sctphdr)); in sctp_arethere_unrecognized_parameters()
5194 SCTP_BUF_RESV_UF(op_err, sizeof(struct sctp_chunkhdr)); in sctp_arethere_unrecognized_parameters()
5264 SCTP_BUF_RESV_UF(op_err, sizeof(struct ip6_hdr)); in sctp_arethere_unrecognized_parameters()
5266 SCTP_BUF_RESV_UF(op_err, sizeof(struct ip)); in sctp_arethere_unrecognized_parameters()
[all …]
HDsctp_os_bsd.h299 #define SCTP_BUF_RESV_UF(m, size) m->m_data += size macro
HDsctp_auth.c1669 SCTP_BUF_RESV_UF(m_err, sizeof(struct sctp_chunkhdr)); in sctp_handle_auth()
HDsctp_indata.c1413 SCTP_BUF_RESV_UF(mb, sizeof(struct sctp_chunkhdr)); in sctp_process_a_data_chunk()
HDsctp_input.c4106 SCTP_BUF_RESV_UF(chk->data, SCTP_MIN_OVERHEAD); in sctp_handle_stream_reset()
HDsctputil.c5822 SCTP_BUF_RESV_UF(m, cp_len); in sctp_sorecvmsg()