tcp: consolidate tcp_mark_skb_lost and tcp_skb_mark_lost
authorYuchung Cheng <ycheng@google.com>
Fri, 25 Sep 2020 17:04:31 +0000 (10:04 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 26 Sep 2020 00:17:14 +0000 (17:17 -0700)
commit534a2109fb0c31786c98845aad18d069fb874e6c
treeda9770c68db22dab7766a0c22fbf22d05ae64b73
parent686989700cabc444f25c1f1eb022aca8f2fc14b2
tcp: consolidate tcp_mark_skb_lost and tcp_skb_mark_lost

tcp_skb_mark_lost is used by RFC6675-SACK and can easily be replaced
with the new tcp_mark_skb_lost handler.

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