diff options
| author | Neal Cardwell <[email protected]> | 2025-06-15 00:14:35 +0000 |
|---|---|---|
| committer | Jakub Kicinski <[email protected]> | 2025-06-17 23:19:04 +0000 |
| commit | db16319efcc717a31dcb9c8f038acb6e4111c12e (patch) | |
| tree | 14cc0ade0798fa4be0354a733325bb8e911b010d /net/ipv4/tcp_output.c | |
| parent | tcp: remove RFC3517/RFC6675 hint state: lost_skb_hint, lost_cnt_hint (diff) | |
| download | kernel-db16319efcc717a31dcb9c8f038acb6e4111c12e.tar.gz kernel-db16319efcc717a31dcb9c8f038acb6e4111c12e.zip | |
tcp: remove RFC3517/RFC6675 tcp_clear_retrans_hints_partial()
Now that we have removed the RFC3517/RFC6675 hints,
tcp_clear_retrans_hints_partial() is empty, and can be removed.
Suggested-by: Yuchung Cheng <[email protected]>
Signed-off-by: Neal Cardwell <[email protected]>
Reviewed-by: Yuchung Cheng <[email protected]>
Reviewed-by: Eric Dumazet <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'net/ipv4/tcp_output.c')
| -rw-r--r-- | net/ipv4/tcp_output.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv4/tcp_output.c b/net/ipv4/tcp_output.c index b0ffefe604b4..eb50746dc482 100644 --- a/net/ipv4/tcp_output.c +++ b/net/ipv4/tcp_output.c @@ -3247,7 +3247,6 @@ static bool tcp_collapse_retrans(struct sock *sk, struct sk_buff *skb) TCP_SKB_CB(skb)->eor = TCP_SKB_CB(next_skb)->eor; /* changed transmit queue under us so clear hints */ - tcp_clear_retrans_hints_partial(tp); if (next_skb == tp->retransmit_skb_hint) tp->retransmit_skb_hint = skb; |
