]> git.baikalelectronics.ru Git - 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)
commit76f95400c96e525037bdbba254cb97c6a0d3bfe7
tree9f6d6031172a0cf5f6bb6d0a68acfc2007a8ca76
parent5f7411c5a432f713c16256593e51a5191998418b
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