Searched refs:parsed_length (Results 1 – 1 of 1) sorted by relevance
2166 int parsed_length = 0; in mptcp_subflow_soreceive() local2195 parsed_length = m->m_len; in mptcp_subflow_soreceive()2196 while (m_iter != NULL && parsed_length < UINT16_MAX) { in mptcp_subflow_soreceive()2198 parsed_length += m_iter->m_len; in mptcp_subflow_soreceive()2219 if (!found_mapping && parsed_length < UINT16_MAX) { in mptcp_subflow_soreceive()2225 } else if (!found_mapping && parsed_length >= UINT16_MAX) { in mptcp_subflow_soreceive()