Searched refs:dmbuf (Results 1 – 1 of 1) sorted by relevance
1721 struct mbuf *dmbuf; in sctp_process_a_data_chunk() local2068 dmbuf = SCTP_M_COPYM(*m, in sctp_process_a_data_chunk()2072 dmbuf = SCTP_M_COPYM(*m, in sctp_process_a_data_chunk()2078 sctp_log_mbc(dmbuf, SCTP_MBUF_ICOPY); in sctp_process_a_data_chunk()2084 dmbuf = *m; in sctp_process_a_data_chunk()2087 m_adj(dmbuf, (offset + sizeof(struct sctp_idata_chunk))); in sctp_process_a_data_chunk()2089 m_adj(dmbuf, (offset + sizeof(struct sctp_data_chunk))); in sctp_process_a_data_chunk()2091 if (SCTP_BUF_NEXT(dmbuf) == NULL) { in sctp_process_a_data_chunk()2092 l_len = SCTP_BUF_LEN(dmbuf); in sctp_process_a_data_chunk()2100 for (lat = dmbuf; lat; lat = SCTP_BUF_NEXT(lat)) { in sctp_process_a_data_chunk()[all …]