Searched refs:parsed_length (Results 1 – 1 of 1) sorted by relevance
2184 int parsed_length = 0; in mptcp_subflow_soreceive() local2213 parsed_length = m->m_len; in mptcp_subflow_soreceive()2214 while (m_iter != NULL && parsed_length < UINT16_MAX) { in mptcp_subflow_soreceive()2216 parsed_length += m_iter->m_len; in mptcp_subflow_soreceive()2237 if (!found_mapping && parsed_length < UINT16_MAX) { in mptcp_subflow_soreceive()2243 } else if (!found_mapping && parsed_length >= UINT16_MAX) { in mptcp_subflow_soreceive()