Searched refs:gap_size (Results 1 – 1 of 1) sorted by relevance
1248 int32_t gap_size; in tcp_check_pending_data() local1253 gap_size = (int32_t)(pending_seq - th_seq(th) - ((uint32_t)len)); in tcp_check_pending_data()1271 if (gap_size <= 0) { in tcp_check_pending_data()