#include <netkey/keydb.h>
#include <net/net_osdep.h>
+#include <mach/sdt.h>
#define IPLEN_FLIPPED
IPSEC_STAT_INCREMENT(ipsecstat.in_polvio);
goto fail;
}
+
+ DTRACE_IP6(receive, struct mbuf *, m, struct inpcb *, NULL,
+ struct ip *, ip, struct ifnet *, m->m_pkthdr.rcvif,
+ struct ip *, ip, struct ip6_hdr *, NULL);
+
ip_proto_dispatch_in(m, off, nxt, 0);
} else
m_freem(m);
#if INET6
int
-ipcomp6_input(mp, offp)
- struct mbuf **mp;
- int *offp;
+ipcomp6_input(struct mbuf **mp, int *offp, int proto)
{
+#pragma unused(proto)
struct mbuf *m, *md;
int off;
struct ip6_hdr *ip6;