Searched refs:dmbuf (Results 1 – 1 of 1) sorted by relevance
1685 struct mbuf *dmbuf; in sctp_process_a_data_chunk() local2019 dmbuf = SCTP_M_COPYM(*m, in sctp_process_a_data_chunk()2023 dmbuf = SCTP_M_COPYM(*m, in sctp_process_a_data_chunk()2029 sctp_log_mbc(dmbuf, SCTP_MBUF_ICOPY); in sctp_process_a_data_chunk()2036 dmbuf = *m; in sctp_process_a_data_chunk()2039 m_adj(dmbuf, (offset + sizeof(struct sctp_idata_chunk))); in sctp_process_a_data_chunk()2041 m_adj(dmbuf, (offset + sizeof(struct sctp_data_chunk))); in sctp_process_a_data_chunk()2043 if (SCTP_BUF_NEXT(dmbuf) == NULL) { in sctp_process_a_data_chunk()2044 l_len = SCTP_BUF_LEN(dmbuf); in sctp_process_a_data_chunk()2053 for (lat = dmbuf; lat; lat = SCTP_BUF_NEXT(lat)) { in sctp_process_a_data_chunk()[all …]