mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 15:27:29 +00:00
[TCP]: Kill unused extern decl for tcp_v4_hash_connecting()
Noticed by Alan Menegotto. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
c08e49611a
commit
0803dbed7a
1 changed files with 0 additions and 3 deletions
|
@ -405,9 +405,6 @@ extern int tcp_disconnect(struct sock *sk, int flags);
|
|||
|
||||
extern void tcp_unhash(struct sock *sk);
|
||||
|
||||
extern int tcp_v4_hash_connecting(struct sock *sk);
|
||||
|
||||
|
||||
/* From syncookies.c */
|
||||
extern struct sock *cookie_v4_check(struct sock *sk, struct sk_buff *skb,
|
||||
struct ip_options *opt);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue