]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
tcp: move tcp_mark_skb_lost
authorYuchung Cheng <ycheng@google.com>
Fri, 25 Sep 2020 17:04:29 +0000 (10:04 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 26 Sep 2020 00:17:14 +0000 (17:17 -0700)
commitfd2146741c98569c8b4dc41b8ccae597150b122c
tree9f6d6031172a0cf5f6bb6d0a68acfc2007a8ca76
parent179ac35f2f78ec54f14b6f3134b593403fd4c467
tcp: move tcp_mark_skb_lost

A pure refactor to move tcp_mark_skb_lost to tcp_input.c to prepare
for the later loss marking consolidation.

Signed-off-by: Yuchung Cheng <ycheng@google.com>
Signed-off-by: Neal Cardwell <ncardwell@google.com>
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_input.c
net/ipv4/tcp_recovery.c