Searched refs:SCTP_BUF_RESV_UF (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/netinet/ |
H A D | sctp_output.c | 5120 SCTP_BUF_RESV_UF(op_err, sizeof(struct ip6_hdr)); in sctp_arethere_unrecognized_parameters() 5122 SCTP_BUF_RESV_UF(op_err, sizeof(struct ip)); in sctp_arethere_unrecognized_parameters() 5124 SCTP_BUF_RESV_UF(op_err, sizeof(struct sctphdr)); in sctp_arethere_unrecognized_parameters() 5125 SCTP_BUF_RESV_UF(op_err, sizeof(struct sctp_chunkhdr)); in sctp_arethere_unrecognized_parameters() 5163 SCTP_BUF_RESV_UF(op_err, sizeof(struct ip6_hdr)); in sctp_arethere_unrecognized_parameters() 5165 SCTP_BUF_RESV_UF(op_err, sizeof(struct ip)); in sctp_arethere_unrecognized_parameters() 5167 SCTP_BUF_RESV_UF(op_err, sizeof(struct sctphdr)); in sctp_arethere_unrecognized_parameters() 5168 SCTP_BUF_RESV_UF(op_err, sizeof(struct sctp_chunkhdr)); in sctp_arethere_unrecognized_parameters() 5254 SCTP_BUF_RESV_UF(op_err, sizeof(struct ip6_hdr)); in sctp_arethere_unrecognized_parameters() 5256 SCTP_BUF_RESV_UF(op_err, sizeof(struct ip)); in sctp_arethere_unrecognized_parameters() [all …]
|
H A D | sctp_os_bsd.h | 282 #define SCTP_BUF_RESV_UF(m, size) m->m_data += size macro
|
H A D | sctp_auth.c | 1630 SCTP_BUF_RESV_UF(op_err, sizeof(struct sctp_chunkhdr)); in sctp_handle_auth()
|
H A D | sctp_indata.c | 1819 SCTP_BUF_RESV_UF(op_err, sizeof(struct sctp_chunkhdr)); in sctp_process_a_data_chunk()
|
H A D | sctp_input.c | 3992 SCTP_BUF_RESV_UF(chk->data, SCTP_MIN_OVERHEAD); in sctp_handle_stream_reset()
|
H A D | sctputil.c | 6132 SCTP_BUF_RESV_UF(m, cp_len); in sctp_sorecvmsg()
|