Deleted Added
full compact
12c12
< * $FreeBSD: head/sys/netinet/ip_mroute.c 111119 2003-02-19 05:47:46Z imp $
---
> * $FreeBSD: head/sys/netinet/ip_mroute.c 111888 2003-03-04 23:19:55Z jlemon $
35a36
> #include <net/netisr.h>
557c558
< (void) IF_HANDOFF(&ipintrq, m, NULL);
---
> netisr_queue(NETISR_IP, m);
563a565,568
> *
> * XXX
> * This no longer holds - we may have direct-dispatched the packet,
> * or there may be a queue processing limit.