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>
This commit is contained in:
committed by
David S. Miller
parent
d275444cc3
commit
bc0e7cf433
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user