projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c08e496
)
[TCP]: Kill unused extern decl for tcp_v4_hash_connecting()
author
David S. Miller
<davem@sunset.davemloft.net>
Fri, 31 Mar 2006 10:25:46 +0000
(
02:25
-0800)
committer
David S. Miller
<davem@sunset.davemloft.net>
Fri, 31 Mar 2006 10:25:46 +0000
(
02:25
-0800)
Noticed by Alan Menegotto.
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/tcp.h
patch
|
blob
|
blame
|
history
diff --git
a/include/net/tcp.h
b/include/net/tcp.h
index 9418f4d1afbb9379f76fa86704e009dec1ac11dd..3c989db8a7aa508e6b3c42f5b49e61d9a2ec7691 100644
(file)
--- a/
include/net/tcp.h
+++ b/
include/net/tcp.h
@@
-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);