aboutsummaryrefslogtreecommitdiff
path: root/cddl/lib/libdtrace/udplite.d
Commit message (Collapse)AuthorAgeFilesLines
* Add a dtrace provider for UDP-Lite.Michael Tuexen2018-07-311-0/+77
The dtrace provider for UDP-Lite is modeled after the UDP provider. This fixes the bug that UDP-Lite packets were triggering the UDP provider. Thanks to dteske@ for providing the dwatch module. Reviewed by: dteske@, markj@, rrs@ Relnotes: yes Differential Revision: https://reviews.freebsd.org/D16377 Notes: svn path=/head/; revision=337018