Deleted Added
full compact
33c33
< __FBSDID("$FreeBSD: head/sys/netinet6/nd6.c 254523 2013-08-19 13:27:32Z andre $");
---
> __FBSDID("$FreeBSD: head/sys/netinet6/nd6.c 254889 2013-08-25 21:54:41Z markj $");
36a37
> #include "opt_kdtrace.h"
52a54
> #include <sys/sdt.h>
64a67
> #include <netinet/in_kdtrace.h>
2085a2089,2090
> IP_PROBE(send, NULL, NULL, mtod(m, struct ip6_hdr *), ifp, NULL,
> mtod(m, struct ip6_hdr *));