commit | 0e1256ffd1ec654b35e023c66f6b262d4cba91e9 | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@linux-foundation.org> | Mon Mar 12 14:35:37 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Apr 25 22:25:04 2007 -0700 |
tree | d949e9d2dfcd9bb94b47e9a3a63f2afe09d2ec79 | |
parent | f690808e17925fc45217eb22e8670902ecee5c1b [diff] |
[NET]: show bound packet types Show what protocols are bound to what packet types in /proc/net/ptype Uses kallsyms to decode function pointers if possible. Example: Type Device Function ALL eth1 packet_rcv_spkt+0x0 0800 ip_rcv+0x0 0806 arp_rcv+0x0 86dd :ipv6:ipv6_rcv+0x0 Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org> Signed-off-by: David S. Miller <davem@davemloft.net>