Lines Matching refs:mat
4973 struct mbuf *mat, *op_err; in sctp_arethere_unrecognized_parameters() local
4980 mat = in_initpkt; in sctp_arethere_unrecognized_parameters()
4986 phdr = sctp_get_next_param(mat, at, ¶ms, sizeof(params)); in sctp_arethere_unrecognized_parameters()
5148 … phdr = sctp_get_next_param(mat, at, (struct sctp_paramhdr *)tempbuf, min(sizeof(tempbuf), plen)); in sctp_arethere_unrecognized_parameters()
5216 … phdr = sctp_get_next_param(mat, at, (struct sctp_paramhdr *)tempbuf, min(sizeof(tempbuf), plen)); in sctp_arethere_unrecognized_parameters()
5245 phdr = sctp_get_next_param(mat, at, ¶ms, sizeof(params)); in sctp_arethere_unrecognized_parameters()
6832 struct mbuf *mat; in sctp_sendall() local
6835 for (mat = m; mat; mat = SCTP_BUF_NEXT(mat)) { in sctp_sendall()
6836 ca->sndlen += SCTP_BUF_LEN(mat); in sctp_sendall()
8853 struct mbuf *mat, *last_mbuf; in sctp_queue_op_err() local
8864 for (mat = op_err; mat != NULL; mat = SCTP_BUF_NEXT(mat)) { in sctp_queue_op_err()
8865 chunk_length += SCTP_BUF_LEN(mat); in sctp_queue_op_err()
8866 if (SCTP_BUF_NEXT(mat) == NULL) { in sctp_queue_op_err()
8867 last_mbuf = mat; in sctp_queue_op_err()