Lines Matching refs:newm
3984 struct mbuf *newm; in sctp_lowlevel_chunk_output() local
4035 newm = sctp_get_mbuf_for_msg(len, 1, M_NOWAIT, 1, MT_DATA); in sctp_lowlevel_chunk_output()
4036 if (newm == NULL) { in sctp_lowlevel_chunk_output()
4041 SCTP_ALIGN_TO_END(newm, len); in sctp_lowlevel_chunk_output()
4042 SCTP_BUF_LEN(newm) = len; in sctp_lowlevel_chunk_output()
4043 SCTP_BUF_NEXT(newm) = m; in sctp_lowlevel_chunk_output()
4044 m = newm; in sctp_lowlevel_chunk_output()
4303 newm = sctp_get_mbuf_for_msg(len, 1, M_NOWAIT, 1, MT_DATA); in sctp_lowlevel_chunk_output()
4304 if (newm == NULL) { in sctp_lowlevel_chunk_output()
4309 SCTP_ALIGN_TO_END(newm, len); in sctp_lowlevel_chunk_output()
4310 SCTP_BUF_LEN(newm) = len; in sctp_lowlevel_chunk_output()
4311 SCTP_BUF_NEXT(newm) = m; in sctp_lowlevel_chunk_output()
4312 m = newm; in sctp_lowlevel_chunk_output()