<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div><div class="h5">On Wed, Sep 21, 2011 at 10:26 PM, Abu Rasheda &lt;<a href="mailto:rcpilot2010@gmail.com">rcpilot2010@gmail.com</a>&gt; wrote:<br>

I am inserting packets into Linux stack and they are accepted by net_rx function, but are latter dropped. What tools are available in Linux kernel to for debugging this issue.<br></div></div></blockquote></div><br><div>I discovered that /proc/net/snmp files provides stats about packet processing. This show stats for IP, ICMP, UDP and TCP. It is possible to map stats from this file to actual kernel code and pinpoint where error is happening.</div>

<div><br></div><div>Thanks</div><div><br></div><div>Abu Rasheda</div>