aboutsummaryrefslogtreecommitdiffstats
path: root/net/rxrpc/ar-internal.h
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2018-10-15 11:31:03 +0100
committerDavid S. Miller <davem@davemloft.net>2018-10-15 22:52:58 -0700
commitbc0e7cf43370a8e229224623f516c9b0396e08b9 (patch)
tree3e2c9ed630a0e37e2203e50460038040509119ef /net/rxrpc/ar-internal.h
parentfore200e: fix missing unlock on error in bsq_audit() (diff)
downloadlinux-dev-bc0e7cf43370a8e229224623f516c9b0396e08b9.tar.xz
linux-dev-bc0e7cf43370a8e229224623f516c9b0396e08b9.zip
rxrpc: Add /proc/net/rxrpc/peers to display peer list
Add /proc/net/rxrpc/peers to display the list of peers currently active. Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--net/rxrpc/ar-internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/rxrpc/ar-internal.h b/net/rxrpc/ar-internal.h
index 8cee7644965c..0a7c49e8e053 100644
--- a/net/rxrpc/ar-internal.h
+++ b/net/rxrpc/ar-internal.h
@@ -1062,6 +1062,7 @@ void rxrpc_put_peer(struct rxrpc_peer *);
*/
extern const struct seq_operations rxrpc_call_seq_ops;
extern const struct seq_operations rxrpc_connection_seq_ops;
+extern const struct seq_operations rxrpc_peer_seq_ops;
/*
* recvmsg.c