diff --git a/net/mptcp/protocol.c b/net/mptcp/protocol.c index de89824a2a36c..056846eb2e5bd 100644 --- a/net/mptcp/protocol.c +++ b/net/mptcp/protocol.c @@ -1176,6 +1176,7 @@ static bool mptcp_tx_cache_refill(struct sock *sk, int size, */ while (skbs->qlen > 1) { skb = __skb_dequeue_tail(skbs); + *total_ts -= skb->truesize; __kfree_skb(skb); } return skbs->qlen > 0;