Searched refs:parsed_length (Results 1 – 1 of 1) sorted by relevance
2170 int parsed_length = 0; in mptcp_subflow_soreceive() local2199 parsed_length = m->m_len; in mptcp_subflow_soreceive()2200 while (m_iter != NULL && parsed_length < UINT16_MAX) { in mptcp_subflow_soreceive()2202 parsed_length += m_iter->m_len; in mptcp_subflow_soreceive()2223 if (!found_mapping && parsed_length < UINT16_MAX) { in mptcp_subflow_soreceive()2229 } else if (!found_mapping && parsed_length >= UINT16_MAX) { in mptcp_subflow_soreceive()