Searched refs:parsed_length (Results 1 – 1 of 1) sorted by relevance
2169 int parsed_length = 0; in mptcp_subflow_soreceive() local2198 parsed_length = m->m_len; in mptcp_subflow_soreceive()2199 while (m_iter != NULL && parsed_length < UINT16_MAX) { in mptcp_subflow_soreceive()2201 parsed_length += m_iter->m_len; in mptcp_subflow_soreceive()2222 if (!found_mapping && parsed_length < UINT16_MAX) { in mptcp_subflow_soreceive()2228 } else if (!found_mapping && parsed_length >= UINT16_MAX) { in mptcp_subflow_soreceive()