Searched refs:tmp_sum (Results 1 – 2 of 2) sorted by relevance
202 uint32_t tmp_sum, tmp_num; in tcp_notsack_insert() local284 tmp_sum = *sum; in tcp_notsack_insert()287 tmp_sum -= tmp->end - begin; in tcp_notsack_insert()302 tmp_sum -= tmp->end - tmp->begin; in tcp_notsack_insert()319 tmp_sum -= end - tmp->begin; in tcp_notsack_insert()326 *sum = tmp_sum; in tcp_notsack_insert()346 uint32_t tmp_sum = *sum; in tcp_notsack_remove() local362 tmp_sum -= tmp->end - tmp->begin; in tcp_notsack_remove()375 tmp_sum -= end - tmp->begin; in tcp_notsack_remove()380 *sum = tmp_sum; in tcp_notsack_remove()
196 uint32_t tmp_sum, tmp_num; in tcp_notsack_insert() local279 tmp_sum = *sum; in tcp_notsack_insert()282 tmp_sum -= tmp->end - begin; in tcp_notsack_insert()297 tmp_sum -= tmp->end - tmp->begin; in tcp_notsack_insert()314 tmp_sum -= end - tmp->begin; in tcp_notsack_insert()321 *sum = tmp_sum; in tcp_notsack_insert()341 uint32_t tmp_sum = *sum; in tcp_notsack_remove() local357 tmp_sum -= tmp->end - tmp->begin; in tcp_notsack_remove()368 tmp_sum -= end - tmp->begin; in tcp_notsack_remove()373 *sum = tmp_sum; in tcp_notsack_remove()