Skip to content
Snippets Groups Projects
Commit 0803dbed authored by David S. Miller's avatar David S. Miller
Browse files

[TCP]: Kill unused extern decl for tcp_v4_hash_connecting()


Noticed by Alan Menegotto.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent c08e4961
No related branches found
No related tags found
No related merge requests found
...@@ -405,9 +405,6 @@ extern int tcp_disconnect(struct sock *sk, int flags); ...@@ -405,9 +405,6 @@ extern int tcp_disconnect(struct sock *sk, int flags);
extern void tcp_unhash(struct sock *sk); extern void tcp_unhash(struct sock *sk);
extern int tcp_v4_hash_connecting(struct sock *sk);
/* From syncookies.c */ /* From syncookies.c */
extern struct sock *cookie_v4_check(struct sock *sk, struct sk_buff *skb, extern struct sock *cookie_v4_check(struct sock *sk, struct sk_buff *skb,
struct ip_options *opt); struct ip_options *opt);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment