From: Herbert Xu <[EMAIL PROTECTED]>
Date: Fri, 2 Sep 2005 11:08:12 +1000

> Yes, because
> 
>       diff = pcount(orig_skb) - (pcount(skb) + pcount(buff))
>            <= pcount(orig_skb)
> 
> Now if orig_skb is marked as TCPCB_LOST, then by definition
> 
>       tp->lost_out >= pcount(orig_skb)
> 
> Therefore,
> 
>       tp->lost_out >= diff

I assume the same applies to tp->left_out as well?

-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to