]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - net/ipv4/tcp_input.c
tcp: pass previous skb to tcp_shifted_skb()
authorEric Dumazet <edumazet@google.com>
Fri, 6 Oct 2017 05:21:26 +0000 (22:21 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 6 Oct 2017 23:28:54 +0000 (00:28 +0100)
commitf33198163a0fbb03766444253edf6ea50685d725
tree21a25680db4f42f3d65294ca1018c6ec9436f72a
parent8ba6ddaaf86c4c6814774e4e4ef158b732bd9f9f
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>
net/ipv4/tcp_input.c