Deleted Added
full compact
70c70
< __FBSDID("$FreeBSD: head/sys/netinet6/udp6_usrreq.c 253571 2013-07-23 14:14:24Z ae $");
---
> __FBSDID("$FreeBSD: head/sys/netinet6/udp6_usrreq.c 254889 2013-08-25 21:54:41Z markj $");
75a76
> #include "opt_kdtrace.h"
84a86
> #include <sys/sdt.h>
97a100
> #include <netinet/in_kdtrace.h>
379a383
> UDP_PROBE(receive, NULL, last, ip6, last, uh);
457a462
> UDP_PROBE(receive, NULL, inp, ip6, inp, uh);
774d778
< #if 0 /* ip6_plen will be filled in ip6_output. */
776d779
< #endif
787a791
> UDP_PROBE(send, NULL, inp, ip6, inp, udp6);