Re: [PATCH net-next] tcp: Remove unused function declarations

From: Eric Dumazet
Date: Mon Jul 31 2023 - 02:33:16 EST


On Sat, Jul 29, 2023 at 2:27 PM Yue Haibing <yuehaibing@xxxxxxxxxx> wrote:
>
> commit 8a59f9d1e3d4 ("sock: Introduce sk->sk_prot->psock_update_sk_prot()")
> left behind tcp_bpf_get_proto() declaration. And tcp_v4_tw_remember_stamp()
> function is remove in ccb7c410ddc0 ("timewait_sock: Create and use getpeer op.").
> Since commit 686989700cab ("tcp: simplify tcp_mark_skb_lost")
> tcp_skb_mark_lost_uncond_verify() declaration is not used anymore.
>
> Signed-off-by: Yue Haibing <yuehaibing@xxxxxxxxxx>

SGTM, thanks.

Reviewed-by: Eric Dumazet <edumazet@xxxxxxxxxx>