-/* $OpenBSD: if.c,v 1.335 2015/05/26 11:39:07 mpi Exp $ */
+/* $OpenBSD: if.c,v 1.336 2015/06/02 13:23:55 mpi Exp $ */
/* $NetBSD: if.c,v 1.35 1996/05/07 05:26:04 thorpej Exp $ */
/*
task_add(softnettq, &if_input_task);
}
-void
-ether_input_mbuf(struct ifnet *ifp, struct mbuf *m)
-{
- mq_enqueue(&if_input_queue, m);
- task_add(softnettq, &if_input_task);
-}
-
void
if_input_process(void *xmq)
{
-/* $OpenBSD: if_var.h,v 1.31 2015/05/28 11:57:33 mpi Exp $ */
+/* $OpenBSD: if_var.h,v 1.32 2015/06/02 13:23:55 mpi Exp $ */
/* $NetBSD: if.h,v 1.23 1996/05/07 02:40:27 thorpej Exp $ */
/*
int if_output(struct ifnet *, struct mbuf *);
void if_input(struct ifnet *, struct mbuf_list *);
-void ether_input_mbuf(struct ifnet *, struct mbuf *);
void ether_ifattach(struct ifnet *);
void ether_ifdetach(struct ifnet *);
int ether_ioctl(struct ifnet *, struct arpcom *, u_long, caddr_t);