Searched refs:the_len (Results 1 – 1 of 1) sorted by relevance
1686 int the_len; in sctp_process_a_data_chunk() local2013 the_len = (chk_length - sizeof(struct sctp_idata_chunk)); in sctp_process_a_data_chunk()2015 the_len = (chk_length - sizeof(struct sctp_data_chunk)); in sctp_process_a_data_chunk()2021 the_len, M_NOWAIT); in sctp_process_a_data_chunk()2025 the_len, M_NOWAIT); in sctp_process_a_data_chunk()2057 if (l_len > the_len) { in sctp_process_a_data_chunk()2059 m_adj(dmbuf, -(l_len - the_len)); in sctp_process_a_data_chunk()2162 chk->send_size = the_len; in sctp_process_a_data_chunk()