commit | 534a2109fb0c31786c98845aad18d069fb874e6c | [log] [tgz] |
---|---|---|
author | Yuchung Cheng <ycheng@google.com> | Fri Sep 25 10:04:31 2020 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Sep 25 17:17:14 2020 -0700 |
tree | da9770c68db22dab7766a0c22fbf22d05ae64b73 | |
parent | 686989700cabc444f25c1f1eb022aca8f2fc14b2 [diff] |
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>