projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a386bff
)
tcp: remove dead prototype for tcp_v4_get_peer()
author
Neal Cardwell
<ncardwell@google.com>
Thu, 22 Nov 2012 17:48:59 +0000
(17:48 +0000)
committer
David S. Miller
<davem@davemloft.net>
Fri, 23 Nov 2012 19:10:31 +0000
(14:10 -0500)
This function no longer exists.
Signed-off-by: Neal Cardwell <ncardwell@google.com>
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 6feeccd83dd7557abd30e32c0547f483b79bd238..3202bde2a741d22f36f369998c93420a54a0ea38 100644
(file)
--- a/
include/net/tcp.h
+++ b/
include/net/tcp.h
@@
-369,7
+369,6
@@
extern void tcp_shutdown (struct sock *sk, int how);
extern void tcp_v4_early_demux(struct sk_buff *skb);
extern int tcp_v4_rcv(struct sk_buff *skb);
-extern struct inet_peer *tcp_v4_get_peer(struct sock *sk);
extern int tcp_v4_tw_remember_stamp(struct inet_timewait_sock *tw);
extern int tcp_sendmsg(struct kiocb *iocb, struct sock *sk, struct msghdr *msg,
size_t size);