Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Apr 2016 22:38:57 -0700
From:      bazzoola <bazzoola@gmail.com>
To:        freebsd-net@freebsd.org
Subject:   Tracing dropped UDP packets
Message-ID:  <5711CFF1.60708@gmail.com>

next in thread | raw e-mail | index | archive | help
Greetings,

I would like to know where (in the kernel) UDP packets are dropped.

I looked at udp_usrreq.c but is overwhelming for the 1st time. Is it
possible to use DTrace to locate where the packets are being dropped? or
is there a tool similar to 'dropwatch' which can tell me where in the
kernel my packets are getting dropped?

On Linux, I used dropwatch and they were dropped packets were at
udp_queue_rcv_skb().

Thanks!



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5711CFF1.60708>