Phonet: sockets list through proc_fs

This provides a list of sockets with their Phonet bind addresses and
some socket debug informations through /proc/net/phonet.

Signed-off-by: Rémi Denis-Courmont <remi.denis-courmont@nokia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Rémi Denis-Courmont 2009-07-21 01:57:57 +00:00 committed by David S. Miller
parent e8834a63bd
commit c1dc13e9d0
3 changed files with 105 additions and 0 deletions

View file

@ -49,4 +49,6 @@ void phonet_address_notify(int event, struct net_device *dev, u8 addr);
#define PN_NO_ADDR 0xff
extern const struct file_operations pn_sock_seq_fops;
#endif