commit | f33198163a0fbb03766444253edf6ea50685d725 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Thu Oct 05 22:21:26 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sat Oct 07 00:28:54 2017 +0100 |
tree | 21a25680db4f42f3d65294ca1018c6ec9436f72a | |
parent | 8ba6ddaaf86c4c6814774e4e4ef158b732bd9f9f [diff] |
tcp: pass previous skb to tcp_shifted_skb() No need to recompute previous skb, as it will be a bit more expensive when rtx queue is converted to RB tree. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>