Searched refs:op_err_last (Results 1 – 1 of 1) sorted by relevance
4940 struct mbuf *mat, *m_tmp, *op_err, *op_err_last; in sctp_arethere_unrecognized_parameters() local4955 op_err_last = NULL; in sctp_arethere_unrecognized_parameters()5107 op_err_last = NULL; in sctp_arethere_unrecognized_parameters()5136 op_err_last = NULL; in sctp_arethere_unrecognized_parameters()5171 op_err_last = op_err; in sctp_arethere_unrecognized_parameters()5179 op_err_last = sctp_add_pad_tombuf(op_err_last, pad_needed); in sctp_arethere_unrecognized_parameters()5181 if (op_err_last == NULL) { in sctp_arethere_unrecognized_parameters()5184 op_err_last = NULL; in sctp_arethere_unrecognized_parameters()5187 if (M_TRAILINGSPACE(op_err_last) < (int)sizeof(struct sctp_paramhdr)) { in sctp_arethere_unrecognized_parameters()5192 op_err_last = NULL; in sctp_arethere_unrecognized_parameters()[all …]