Lines Matching refs:sum
199 int32_t *num, uint32_t *sum) in tcp_notsack_insert() argument
246 *sum -= tmp->end - tmp->begin; in tcp_notsack_insert()
254 *sum -= end - tmp->begin; in tcp_notsack_insert()
257 *sum -= tmp->end - begin; in tcp_notsack_insert()
274 *sum -= end - begin; in tcp_notsack_insert()
277 *sum -= end - tmp->begin; in tcp_notsack_insert()
284 tmp_sum = *sum; in tcp_notsack_insert()
326 *sum = tmp_sum; in tcp_notsack_insert()
343 uint32_t *sum) in tcp_notsack_remove() argument
346 uint32_t tmp_sum = *sum; in tcp_notsack_remove()
380 *sum = tmp_sum; in tcp_notsack_remove()
399 int32_t *num, uint32_t *sum) in tcp_notsack_update() argument
416 *sum = end - begin; in tcp_notsack_update()
431 *sum += end - tmp->end; in tcp_notsack_update()
444 *sum += end - begin; in tcp_notsack_update()