Searched refs:dmbuf (Results 1 – 1 of 1) sorted by relevance
1698 struct mbuf *dmbuf; in sctp_process_a_data_chunk() local2031 dmbuf = SCTP_M_COPYM(*m, in sctp_process_a_data_chunk()2035 dmbuf = SCTP_M_COPYM(*m, in sctp_process_a_data_chunk()2048 dmbuf = *m; in sctp_process_a_data_chunk()2055 if (SCTP_BUF_NEXT(dmbuf) == NULL) { in sctp_process_a_data_chunk()2056 l_len = SCTP_BUF_LEN(dmbuf); in sctp_process_a_data_chunk()2071 m_adj(dmbuf, -(l_len - the_len)); in sctp_process_a_data_chunk()2074 if (dmbuf == NULL) { in sctp_process_a_data_chunk()2097 control->data = dmbuf; in sctp_process_a_data_chunk()2160 sctp_m_freem(dmbuf); in sctp_process_a_data_chunk()[all …]