From: Stephen Hemminger <[EMAIL PROTECTED]>
Date: Wed, 7 Mar 2007 16:42:59 -0800

> While debugging I found it useful to see what packet types are in use.
> 
> This creates /proc/net/ptype with the format:
> 
> Type Device      Function
> ALL  eth0     [ffffffff880b01b6] :af_packet:packet_rcv_spkt+0x0
> 0800          [ffffffff802330f8] ip_rcv+0x0
> 0011          [ffffffff881021ef] :llc:llc_rcv+0x0
> 0004          [ffffffff881021ef] :llc:llc_rcv+0x0
> 0806          [ffffffff8043de7f] arp_rcv+0x0
> 86dd          [ffffffff880c1b57] :ipv6:ipv6_rcv+0x0
> 
> Is it worth the space?

I have no objections.

It would be nice to use kallsyms on that function address
though.
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to