Commit 68223f9
tcp: Remove unused function declarations
commit 8a59f9d ("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 ccb7c41 ("timewait_sock: Create and use getpeer op.").
Since commit 6869897 ("tcp: simplify tcp_mark_skb_lost")
tcp_skb_mark_lost_uncond_verify() declaration is not used anymore.
Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Reviewed-by: Eric Dumazet <edumazet@google.com>
Link: https://lore.kernel.org/r/20230729122644.10648-1-yuehaibing@huawei.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>1 parent 2628d40 commit 68223f9
1 file changed
+0
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
323 | 323 | | |
324 | 324 | | |
325 | 325 | | |
326 | | - | |
327 | 326 | | |
328 | 327 | | |
329 | 328 | | |
| |||
622 | 621 | | |
623 | 622 | | |
624 | 623 | | |
625 | | - | |
626 | 624 | | |
627 | 625 | | |
628 | 626 | | |
| |||
2360 | 2358 | | |
2361 | 2359 | | |
2362 | 2360 | | |
2363 | | - | |
2364 | 2361 | | |
2365 | 2362 | | |
2366 | 2363 | | |
| |||
0 commit comments