Lines Matching defs:mat
4940 struct mbuf *mat, *m_tmp, *op_err, *op_err_last;
4951 mat = in_initpkt;
4958 phdr = sctp_get_next_param(mat, at, ¶ms, sizeof(params));
5012 phdr = sctp_get_next_param(mat, at,
5132 SCTP_BUF_NEXT(op_err) = SCTP_M_COPYM(mat, at, plen, M_NOWAIT);
5204 SCTP_BUF_NEXT(op_err_last) = SCTP_M_COPYM(mat, at, plen, M_NOWAIT);
5233 phdr = sctp_get_next_param(mat, at, ¶ms, sizeof(params));
6915 struct mbuf *mat;
6923 for (mat = m; mat; mat = SCTP_BUF_NEXT(mat)) {
6924 sndlen += SCTP_BUF_LEN(mat);
8962 struct mbuf *mat, *last_mbuf;
8973 for (mat = op_err; mat != NULL; mat = SCTP_BUF_NEXT(mat)) {
8974 chunk_length += SCTP_BUF_LEN(mat);
8975 if (SCTP_BUF_NEXT(mat) == NULL) {
8976 last_mbuf = mat;