Lines Matching refs:meta
205 sctp_sendfail_sent(sctp_t *sctp, mblk_t *meta, int error)
213 sctp_free_msg(meta);
220 nmp = meta->b_cont;
221 tail = meta;
245 sctp_sendfail(sctp, meta, flags, error);
252 sctp_sendfail_event(sctp_t *sctp, mblk_t *meta, int error, boolean_t chunkified)
258 if (meta == NULL)
262 sctp_free_msg(meta);
268 sctp_sendfail_sent(sctp, meta, error);
275 mp = meta->b_cont;
276 tail = meta;
293 sctp_sendfail(sctp, meta, SCTP_DATA_UNSENT, error);