aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/inet_connection_sock.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2012-07-10 03:32:59 -0700
committerDavid S. Miller <davem@davemloft.net>2012-07-10 22:40:10 -0700
commit16d1839907e695387654901995f9286b65fbbc6a (patch)
tree45427133abdf0b7ccacd527cc3ad0416e4d240ff /include/net/inet_connection_sock.h
parenttcp: Remove tw->tw_peer (diff)
downloadlinux-dev-16d1839907e695387654901995f9286b65fbbc6a.tar.xz
linux-dev-16d1839907e695387654901995f9286b65fbbc6a.zip
inet: Remove ->get_peer() method.
No longer used. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/inet_connection_sock.h')
-rw-r--r--include/net/inet_connection_sock.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/inet_connection_sock.h b/include/net/inet_connection_sock.h
index af3c743a40e4..291e7cee14e7 100644
--- a/include/net/inet_connection_sock.h
+++ b/include/net/inet_connection_sock.h
@@ -43,7 +43,6 @@ struct inet_connection_sock_af_ops {
struct sock *(*syn_recv_sock)(struct sock *sk, struct sk_buff *skb,
struct request_sock *req,
struct dst_entry *dst);
- struct inet_peer *(*get_peer)(struct sock *sk);
u16 net_header_len;
u16 net_frag_header_len;
u16 sockaddr_len;