Searched refs:the_len (Results 1 – 1 of 1) sorted by relevance
1699 int the_len; in sctp_process_a_data_chunk() local2025 the_len = (chk_length - sizeof(struct sctp_idata_chunk)); in sctp_process_a_data_chunk()2027 the_len = (chk_length - sizeof(struct sctp_data_chunk)); in sctp_process_a_data_chunk()2033 the_len, M_NOWAIT); in sctp_process_a_data_chunk()2037 the_len, M_NOWAIT); in sctp_process_a_data_chunk()2069 if (l_len > the_len) { in sctp_process_a_data_chunk()2071 m_adj(dmbuf, -(l_len - the_len)); in sctp_process_a_data_chunk()2174 chk->send_size = the_len; in sctp_process_a_data_chunk()