Unify vlan_input() and vlan_input_tag():
[dragonfly.git] / sys / net / if_ethersubr.c
1 /*
2  * Copyright (c) 1982, 1989, 1993
3  *      The Regents of the University of California.  All rights reserved.
4  *
5  * Redistribution and use in source and binary forms, with or without
6  * modification, are permitted provided that the following conditions
7  * are met:
8  * 1. Redistributions of source code must retain the above copyright
9  *    notice, this list of conditions and the following disclaimer.
10  * 2. Redistributions in binary form must reproduce the above copyright
11  *    notice, this list of conditions and the following disclaimer in the
12  *    documentation and/or other materials provided with the distribution.
13  * 3. All advertising materials mentioning features or use of this software
14  *    must display the following acknowledgement:
15  *      This product includes software developed by the University of
16  *      California, Berkeley and its contributors.
17  * 4. Neither the name of the University nor the names of its contributors
18  *    may be used to endorse or promote products derived from this software
19  *    without specific prior written permission.
20  *
21  * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
22  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
23  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
24  * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
25  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
26  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31  * SUCH DAMAGE.
32  *
33  *      @(#)if_ethersubr.c      8.1 (Berkeley) 6/10/93
34  * $FreeBSD: src/sys/net/if_ethersubr.c,v 1.70.2.33 2003/04/28 15:45:53 archie Exp $
35  * $DragonFly: src/sys/net/if_ethersubr.c,v 1.60 2008/05/16 13:19:12 sephe Exp $
36  */
37
38 #include "opt_atalk.h"
39 #include "opt_inet.h"
40 #include "opt_inet6.h"
41 #include "opt_ipx.h"
42 #include "opt_netgraph.h"
43 #include "opt_carp.h"
44 #include "opt_ethernet.h"
45
46 #include <sys/param.h>
47 #include <sys/systm.h>
48 #include <sys/globaldata.h>
49 #include <sys/kernel.h>
50 #include <sys/malloc.h>
51 #include <sys/mbuf.h>
52 #include <sys/msgport.h>
53 #include <sys/socket.h>
54 #include <sys/sockio.h>
55 #include <sys/sysctl.h>
56 #include <sys/thread.h>
57 #include <sys/thread2.h>
58
59 #include <net/if.h>
60 #include <net/netisr.h>
61 #include <net/route.h>
62 #include <net/if_llc.h>
63 #include <net/if_dl.h>
64 #include <net/if_types.h>
65 #include <net/ifq_var.h>
66 #include <net/bpf.h>
67 #include <net/ethernet.h>
68 #include <net/vlan/if_vlan_ether.h>
69
70 #if defined(INET) || defined(INET6)
71 #include <netinet/in.h>
72 #include <netinet/in_var.h>
73 #include <netinet/if_ether.h>
74 #include <net/ipfw/ip_fw.h>
75 #include <net/dummynet/ip_dummynet.h>
76 #endif
77 #ifdef INET6
78 #include <netinet6/nd6.h>
79 #endif
80
81 #ifdef CARP
82 #include <netinet/ip_carp.h>
83 #endif
84
85 #ifdef IPX
86 #include <netproto/ipx/ipx.h>
87 #include <netproto/ipx/ipx_if.h>
88 int (*ef_inputp)(struct ifnet*, const struct ether_header *eh, struct mbuf *m);
89 int (*ef_outputp)(struct ifnet *ifp, struct mbuf **mp, struct sockaddr *dst,
90                   short *tp, int *hlen);
91 #endif
92
93 #ifdef NS
94 #include <netns/ns.h>
95 #include <netns/ns_if.h>
96 ushort ns_nettype;
97 int ether_outputdebug = 0;
98 int ether_inputdebug = 0;
99 #endif
100
101 #ifdef NETATALK
102 #include <netproto/atalk/at.h>
103 #include <netproto/atalk/at_var.h>
104 #include <netproto/atalk/at_extern.h>
105
106 #define llc_snap_org_code       llc_un.type_snap.org_code
107 #define llc_snap_ether_type     llc_un.type_snap.ether_type
108
109 extern u_char   at_org_code[3];
110 extern u_char   aarp_org_code[3];
111 #endif /* NETATALK */
112
113 /* netgraph node hooks for ng_ether(4) */
114 void    (*ng_ether_input_p)(struct ifnet *ifp, struct mbuf **mp);
115 void    (*ng_ether_input_orphan_p)(struct ifnet *ifp,
116                 struct mbuf *m, const struct ether_header *eh);
117 int     (*ng_ether_output_p)(struct ifnet *ifp, struct mbuf **mp);
118 void    (*ng_ether_attach_p)(struct ifnet *ifp);
119 void    (*ng_ether_detach_p)(struct ifnet *ifp);
120
121 int     (*vlan_input_p)(struct mbuf *, struct mbuf_chain *);
122
123 static int ether_output(struct ifnet *, struct mbuf *, struct sockaddr *,
124                         struct rtentry *);
125 static void ether_restore_header(struct mbuf **, const struct ether_header *,
126                                  const struct ether_header *);
127 static void ether_demux_chain(struct ifnet *, struct mbuf *,
128                               struct mbuf_chain *);
129
130 /*
131  * if_bridge support
132  */
133 struct mbuf *(*bridge_input_p)(struct ifnet *, struct mbuf *);
134 int (*bridge_output_p)(struct ifnet *, struct mbuf *,
135                        struct sockaddr *, struct rtentry *);
136 void (*bridge_dn_p)(struct mbuf *, struct ifnet *);
137
138 static int ether_resolvemulti(struct ifnet *, struct sockaddr **,
139                               struct sockaddr *);
140
141 const uint8_t etherbroadcastaddr[ETHER_ADDR_LEN] = {
142         0xff, 0xff, 0xff, 0xff, 0xff, 0xff
143 };
144
145 #define gotoerr(e) do { error = (e); goto bad; } while (0)
146 #define IFP2AC(ifp) ((struct arpcom *)(ifp))
147
148 static boolean_t ether_ipfw_chk(struct mbuf **m0, struct ifnet *dst,
149                                 struct ip_fw **rule,
150                                 const struct ether_header *eh);
151
152 static int ether_ipfw;
153 static u_int ether_restore_hdr;
154 static u_int ether_prepend_hdr;
155
156 SYSCTL_DECL(_net_link);
157 SYSCTL_NODE(_net_link, IFT_ETHER, ether, CTLFLAG_RW, 0, "Ethernet");
158 SYSCTL_INT(_net_link_ether, OID_AUTO, ipfw, CTLFLAG_RW,
159            &ether_ipfw, 0, "Pass ether pkts through firewall");
160 SYSCTL_UINT(_net_link_ether, OID_AUTO, restore_hdr, CTLFLAG_RW,
161             &ether_restore_hdr, 0, "# of ether header restoration");
162 SYSCTL_UINT(_net_link_ether, OID_AUTO, prepend_hdr, CTLFLAG_RW,
163             &ether_prepend_hdr, 0,
164             "# of ether header restoration which prepends mbuf");
165
166 /*
167  * Ethernet output routine.
168  * Encapsulate a packet of type family for the local net.
169  * Use trailer local net encapsulation if enough data in first
170  * packet leaves a multiple of 512 bytes of data in remainder.
171  * Assumes that ifp is actually pointer to arpcom structure.
172  */
173 static int
174 ether_output(struct ifnet *ifp, struct mbuf *m, struct sockaddr *dst,
175              struct rtentry *rt)
176 {
177         struct ether_header *eh, *deh;
178         u_char *edst;
179         int loop_copy = 0;
180         int hlen = ETHER_HDR_LEN;       /* link layer header length */
181         struct arpcom *ac = IFP2AC(ifp);
182         int error;
183
184         if (ifp->if_flags & IFF_MONITOR)
185                 gotoerr(ENETDOWN);
186         if ((ifp->if_flags & (IFF_UP | IFF_RUNNING)) != (IFF_UP | IFF_RUNNING))
187                 gotoerr(ENETDOWN);
188
189         M_PREPEND(m, sizeof(struct ether_header), MB_DONTWAIT);
190         if (m == NULL)
191                 return (ENOBUFS);
192         eh = mtod(m, struct ether_header *);
193         edst = eh->ether_dhost;
194
195         /*
196          * Fill in the destination ethernet address and frame type.
197          */
198         switch (dst->sa_family) {
199 #ifdef INET
200         case AF_INET:
201                 if (!arpresolve(ifp, rt, m, dst, edst))
202                         return (0);     /* if not yet resolved */
203                 eh->ether_type = htons(ETHERTYPE_IP);
204                 break;
205 #endif
206 #ifdef INET6
207         case AF_INET6:
208                 if (!nd6_storelladdr(&ac->ac_if, rt, m, dst, edst))
209                         return (0);             /* Something bad happenned. */
210                 eh->ether_type = htons(ETHERTYPE_IPV6);
211                 break;
212 #endif
213 #ifdef IPX
214         case AF_IPX:
215                 if (ef_outputp != NULL) {
216                         error = ef_outputp(ifp, &m, dst, &eh->ether_type,
217                                            &hlen);
218                         if (error)
219                                 goto bad;
220                 } else {
221                         eh->ether_type = htons(ETHERTYPE_IPX);
222                         bcopy(&(((struct sockaddr_ipx *)dst)->sipx_addr.x_host),
223                               edst, ETHER_ADDR_LEN);
224                 }
225                 break;
226 #endif
227 #ifdef NETATALK
228         case AF_APPLETALK: {
229                 struct at_ifaddr *aa;
230
231                 if ((aa = at_ifawithnet((struct sockaddr_at *)dst)) == NULL) {
232                         error = 0;      /* XXX */
233                         goto bad;
234                 }
235                 /*
236                  * In the phase 2 case, need to prepend an mbuf for
237                  * the llc header.  Since we must preserve the value
238                  * of m, which is passed to us by value, we m_copy()
239                  * the first mbuf, and use it for our llc header.
240                  */
241                 if (aa->aa_flags & AFA_PHASE2) {
242                         struct llc llc;
243
244                         M_PREPEND(m, sizeof(struct llc), MB_DONTWAIT);
245                         eh = mtod(m, struct ether_header *);
246                         edst = eh->ether_dhost;
247                         llc.llc_dsap = llc.llc_ssap = LLC_SNAP_LSAP;
248                         llc.llc_control = LLC_UI;
249                         bcopy(at_org_code, llc.llc_snap_org_code,
250                               sizeof at_org_code);
251                         llc.llc_snap_ether_type = htons(ETHERTYPE_AT);
252                         bcopy(&llc,
253                               mtod(m, caddr_t) + sizeof(struct ether_header),
254                               sizeof(struct llc));
255                         eh->ether_type = htons(m->m_pkthdr.len);
256                         hlen = sizeof(struct llc) + ETHER_HDR_LEN;
257                 } else {
258                         eh->ether_type = htons(ETHERTYPE_AT);
259                 }
260                 if (!aarpresolve(ac, m, (struct sockaddr_at *)dst, edst))
261                         return (0);
262                 break;
263           }
264 #endif
265 #ifdef NS
266         case AF_NS:
267                 switch(ns_nettype) {
268                 default:
269                 case 0x8137:    /* Novell Ethernet_II Ethernet TYPE II */
270                         eh->ether_type = 0x8137;
271                         break;
272                 case 0x0:       /* Novell 802.3 */
273                         eh->ether_type = htons(m->m_pkthdr.len);
274                         break;
275                 case 0xe0e0:    /* Novell 802.2 and Token-Ring */
276                         M_PREPEND(m, 3, MB_DONTWAIT);
277                         eh = mtod(m, struct ether_header *);
278                         edst = eh->ether_dhost;
279                         eh->ether_type = htons(m->m_pkthdr.len);
280                         cp = mtod(m, u_char *) + sizeof(struct ether_header);
281                         *cp++ = 0xE0;
282                         *cp++ = 0xE0;
283                         *cp++ = 0x03;
284                         break;
285                 }
286                 bcopy(&(((struct sockaddr_ns *)dst)->sns_addr.x_host), edst,
287                       ETHER_ADDR_LEN);
288                 /*
289                  * XXX if ns_thishost is the same as the node's ethernet
290                  * address then just the default code will catch this anyhow.
291                  * So I'm not sure if this next clause should be here at all?
292                  * [JRE]
293                  */
294                 if (bcmp(edst, &ns_thishost, ETHER_ADDR_LEN) == 0) {
295                         m->m_pkthdr.rcvif = ifp;
296                         netisr_dispatch(NETISR_NS, m);
297                         return (error);
298                 }
299                 if (bcmp(edst, &ns_broadhost, ETHER_ADDR_LEN) == 0)
300                         m->m_flags |= M_BCAST;
301                 break;
302 #endif
303         case pseudo_AF_HDRCMPLT:
304         case AF_UNSPEC:
305                 loop_copy = -1; /* if this is for us, don't do it */
306                 deh = (struct ether_header *)dst->sa_data;
307                 memcpy(edst, deh->ether_dhost, ETHER_ADDR_LEN);
308                 eh->ether_type = deh->ether_type;
309                 break;
310
311         default:
312                 if_printf(ifp, "can't handle af%d\n", dst->sa_family);
313                 gotoerr(EAFNOSUPPORT);
314         }
315
316         if (dst->sa_family == pseudo_AF_HDRCMPLT)       /* unlikely */
317                 memcpy(eh->ether_shost,
318                        ((struct ether_header *)dst->sa_data)->ether_shost,
319                        ETHER_ADDR_LEN);
320         else
321                 memcpy(eh->ether_shost, ac->ac_enaddr, ETHER_ADDR_LEN);
322
323         /*
324          * Bridges require special output handling.
325          */
326         if (ifp->if_bridge) {
327                 KASSERT(bridge_output_p != NULL,
328                         ("%s: if_bridge not loaded!", __func__));
329                 lwkt_serialize_enter(ifp->if_serializer);
330                 error = bridge_output_p(ifp, m, NULL, NULL);
331                 lwkt_serialize_exit(ifp->if_serializer);
332         }
333
334         /*
335          * If a simplex interface, and the packet is being sent to our
336          * Ethernet address or a broadcast address, loopback a copy.
337          * XXX To make a simplex device behave exactly like a duplex
338          * device, we should copy in the case of sending to our own
339          * ethernet address (thus letting the original actually appear
340          * on the wire). However, we don't do that here for security
341          * reasons and compatibility with the original behavior.
342          */
343         if ((ifp->if_flags & IFF_SIMPLEX) && (loop_copy != -1)) {
344                 int csum_flags = 0;
345
346                 if (m->m_pkthdr.csum_flags & CSUM_IP)
347                         csum_flags |= (CSUM_IP_CHECKED | CSUM_IP_VALID);
348                 if (m->m_pkthdr.csum_flags & CSUM_DELAY_DATA)
349                         csum_flags |= (CSUM_DATA_VALID | CSUM_PSEUDO_HDR);
350                 if ((m->m_flags & M_BCAST) || (loop_copy > 0)) {
351                         struct mbuf *n;
352
353                         if ((n = m_copypacket(m, MB_DONTWAIT)) != NULL) {
354                                 n->m_pkthdr.csum_flags |= csum_flags;
355                                 if (csum_flags & CSUM_DATA_VALID)
356                                         n->m_pkthdr.csum_data = 0xffff;
357                                 if_simloop(ifp, n, dst->sa_family, hlen);
358                         } else
359                                 ifp->if_iqdrops++;
360                 } else if (bcmp(eh->ether_dhost, eh->ether_shost,
361                                 ETHER_ADDR_LEN) == 0) {
362                         m->m_pkthdr.csum_flags |= csum_flags;
363                         if (csum_flags & CSUM_DATA_VALID)
364                                 m->m_pkthdr.csum_data = 0xffff;
365                         if_simloop(ifp, m, dst->sa_family, hlen);
366                         return (0);     /* XXX */
367                 }
368         }
369
370 #ifdef CARP
371         if (ifp->if_carp && (error = carp_output(ifp, m, dst, NULL)))
372                 goto bad;
373 #endif
374  
375
376         /* Handle ng_ether(4) processing, if any */
377         if (ng_ether_output_p != NULL) {
378                 if ((error = (*ng_ether_output_p)(ifp, &m)) != 0)
379                         goto bad;
380                 if (m == NULL)
381                         return (0);
382         }
383
384         /* Continue with link-layer output */
385         return ether_output_frame(ifp, m);
386
387 bad:
388         m_freem(m);
389         return (error);
390 }
391
392 /*
393  * Ethernet link layer output routine to send a raw frame to the device.
394  *
395  * This assumes that the 14 byte Ethernet header is present and contiguous
396  * in the first mbuf.
397  */
398 int
399 ether_output_frame(struct ifnet *ifp, struct mbuf *m)
400 {
401         struct ip_fw *rule = NULL;
402         int error = 0;
403         struct altq_pktattr pktattr;
404         struct m_tag *mtag;
405
406         /* Extract info from dummynet tag */
407         mtag = m_tag_find(m, PACKET_TAG_DUMMYNET, NULL);
408         if (mtag != NULL) {
409                 rule = ((struct dn_pkt *)m_tag_data(mtag))->dn_priv;
410
411                 m_tag_delete(m, mtag);
412                 mtag = NULL;
413         }
414
415         if (ifq_is_enabled(&ifp->if_snd))
416                 altq_etherclassify(&ifp->if_snd, m, &pktattr);
417         crit_enter();
418         if (IPFW_LOADED && ether_ipfw != 0) {
419                 struct ether_header save_eh, *eh;
420
421                 eh = mtod(m, struct ether_header *);
422                 save_eh = *eh;
423                 m_adj(m, ETHER_HDR_LEN);
424                 if (!ether_ipfw_chk(&m, ifp, &rule, eh)) {
425                         crit_exit();
426                         if (m != NULL) {
427                                 m_freem(m);
428                                 return ENOBUFS; /* pkt dropped */
429                         } else
430                                 return 0;       /* consumed e.g. in a pipe */
431                 }
432
433                 /* packet was ok, restore the ethernet header */
434                 ether_restore_header(&m, eh, &save_eh);
435                 if (m == NULL) {
436                         crit_exit();
437                         return ENOBUFS;
438                 }
439         }
440         crit_exit();
441
442         /*
443          * Queue message on interface, update output statistics if
444          * successful, and start output if interface not yet active.
445          */
446         error = ifq_dispatch(ifp, m, &pktattr);
447         return (error);
448 }
449
450 /*
451  * ipfw processing for ethernet packets (in and out).
452  * The second parameter is NULL from ether_demux(), and ifp from
453  * ether_output_frame().
454  */
455 static boolean_t
456 ether_ipfw_chk(struct mbuf **m0, struct ifnet *dst, struct ip_fw **rule,
457                const struct ether_header *eh)
458 {
459         struct ether_header save_eh = *eh;      /* might be a ptr in m */
460         struct ip_fw_args args;
461         struct m_tag *mtag;
462         int i;
463
464         if (*rule != NULL && fw_one_pass)
465                 return TRUE; /* dummynet packet, already partially processed */
466
467         /*
468          * I need some amount of data to be contiguous.
469          */
470         i = min((*m0)->m_pkthdr.len, max_protohdr);
471         if ((*m0)->m_len < i) {
472                 *m0 = m_pullup(*m0, i);
473                 if (*m0 == NULL)
474                         return FALSE;
475         }
476
477         args.m = *m0;           /* the packet we are looking at         */
478         args.oif = dst;         /* destination, if any                  */
479         if ((mtag = m_tag_find(*m0, PACKET_TAG_IPFW_DIVERT, NULL)) != NULL)
480                 m_tag_delete(*m0, mtag);
481         args.rule = *rule;      /* matching rule to restart             */
482         args.next_hop = NULL;   /* we do not support forward yet        */
483         args.eh = &save_eh;     /* MAC header for bridged/MAC packets   */
484         i = ip_fw_chk_ptr(&args);
485         *m0 = args.m;
486         *rule = args.rule;
487
488         if ((i & IP_FW_PORT_DENY_FLAG) || *m0 == NULL)  /* drop */
489                 return FALSE;
490
491         if (i == 0)                                     /* a PASS rule.  */
492                 return TRUE;
493
494         if (i & IP_FW_PORT_DYNT_FLAG) {
495                 /*
496                  * Pass the pkt to dummynet, which consumes it.
497                  */
498                 struct mbuf *m;
499
500                 m = *m0;        /* pass the original to dummynet */
501                 *m0 = NULL;     /* and nothing back to the caller */
502
503                 ether_restore_header(&m, eh, &save_eh);
504                 if (m == NULL)
505                         return FALSE;
506
507                 ip_fw_dn_io_ptr(m, (i & 0xffff),
508                         dst ? DN_TO_ETH_OUT: DN_TO_ETH_DEMUX, &args);
509                 return FALSE;
510         }
511         /*
512          * XXX at some point add support for divert/forward actions.
513          * If none of the above matches, we have to drop the pkt.
514          */
515         return FALSE;
516 }
517
518 /*
519  * Process a received Ethernet packet.
520  *
521  * The ethernet header is assumed to be in the mbuf so the caller
522  * MUST MAKE SURE that there are at least sizeof(struct ether_header)
523  * bytes in the first mbuf.
524  *
525  * This allows us to concentrate in one place a bunch of code which
526  * is replicated in all device drivers. Also, many functions called
527  * from ether_input() try to put the eh back into the mbuf, so we
528  * can later propagate the 'contiguous packet' interface to them.
529  *
530  * NOTA BENE: for all drivers "eh" is a pointer into the first mbuf or
531  * cluster, right before m_data. So be very careful when working on m,
532  * as you could destroy *eh !!
533  *
534  * First we perform any link layer operations, then continue to the
535  * upper layers with ether_demux().
536  */
537 void
538 ether_input_chain(struct ifnet *ifp, struct mbuf *m, struct mbuf_chain *chain)
539 {
540         struct ether_header *eh;
541
542         ASSERT_SERIALIZED(ifp->if_serializer);
543         M_ASSERTPKTHDR(m);
544
545         /* Discard packet if interface is not up */
546         if (!(ifp->if_flags & IFF_UP)) {
547                 m_freem(m);
548                 return;
549         }
550
551         if (m->m_len < sizeof(struct ether_header)) {
552                 /* XXX error in the caller. */
553                 m_freem(m);
554                 return;
555         }
556         eh = mtod(m, struct ether_header *);
557
558         if (ntohs(eh->ether_type) == ETHERTYPE_VLAN &&
559             (m->m_flags & M_VLANTAG) == 0) {
560                 /*
561                  * Extract vlan tag if hardware does not do it for us
562                  */
563                 vlan_ether_decap(&m);
564                 if (m == NULL)
565                         return;
566                 eh = mtod(m, struct ether_header *);
567         }
568
569         m->m_pkthdr.rcvif = ifp;
570
571         if (ETHER_IS_MULTICAST(eh->ether_dhost)) {
572                 if (bcmp(ifp->if_broadcastaddr, eh->ether_dhost,
573                          ifp->if_addrlen) == 0)
574                         m->m_flags |= M_BCAST;
575                 else
576                         m->m_flags |= M_MCAST;
577                 ifp->if_imcasts++;
578         }
579
580         ETHER_BPF_MTAP(ifp, m);
581
582         ifp->if_ibytes += m->m_pkthdr.len;
583
584         if (ifp->if_flags & IFF_MONITOR) {
585                 /*
586                  * Interface marked for monitoring; discard packet.
587                  */
588                  m_freem(m);
589                  return;
590         }
591
592         /*
593          * Tap the packet off here for a bridge.  bridge_input()
594          * will return NULL if it has consumed the packet, otherwise
595          * it gets processed as normal.  Note that bridge_input()
596          * will always return the original packet if we need to
597          * process it locally.
598          */
599         if (ifp->if_bridge) {
600                 KASSERT(bridge_input_p != NULL,
601                         ("%s: if_bridge not loaded!", __func__));
602
603                 if(m->m_flags & M_PROTO1) {
604                         m->m_flags &= ~M_PROTO1;
605                 } else {
606                         /* clear M_PROMISC, in case the packets comes from a vlan */
607                         /* m->m_flags &= ~M_PROMISC; */
608                         lwkt_serialize_exit(ifp->if_serializer);
609                         m = (*bridge_input_p)(ifp, m);
610                         lwkt_serialize_enter(ifp->if_serializer);
611                         if (m == NULL)
612                                 return;
613
614                         KASSERT(ifp == m->m_pkthdr.rcvif,
615                                 ("bridge_input_p changed rcvif\n"));
616
617                         /* 'm' may be changed by bridge_input_p() */
618                         eh = mtod(m, struct ether_header *);
619                 }
620         }
621
622         /* Handle ng_ether(4) processing, if any */
623         if (ng_ether_input_p != NULL) {
624                 ng_ether_input_p(ifp, &m);
625                 if (m == NULL)
626                         return;
627
628                 /* 'm' may be changed by ng_ether_input_p() */
629                 eh = mtod(m, struct ether_header *);
630         }
631
632         /* Continue with upper layer processing */
633         ether_demux_chain(ifp, m, chain);
634 }
635
636 void
637 ether_input(struct ifnet *ifp, struct mbuf *m)
638 {
639         ether_input_chain(ifp, m, NULL);
640 }
641
642 /*
643  * Upper layer processing for a received Ethernet packet.
644  */
645 static void
646 ether_demux_chain(struct ifnet *ifp, struct mbuf *m, struct mbuf_chain *chain)
647 {
648         struct ether_header save_eh, *eh;
649         int isr;
650         u_short ether_type;
651         struct ip_fw *rule = NULL;
652         struct m_tag *mtag;
653 #ifdef NETATALK
654         struct llc *l;
655 #endif
656
657         M_ASSERTPKTHDR(m);
658         KASSERT(m->m_len >= ETHER_HDR_LEN,
659                 ("ether header is no contiguous!\n"));
660
661         eh = mtod(m, struct ether_header *);
662         save_eh = *eh;
663
664         /* XXX old crufty stuff, needs to be removed */
665         m_adj(m, sizeof(struct ether_header));
666
667         /* Extract info from dummynet tag */
668         mtag = m_tag_find(m, PACKET_TAG_DUMMYNET, NULL);
669         if (mtag != NULL) {
670                 rule = ((struct dn_pkt *)m_tag_data(mtag))->dn_priv;
671                 KKASSERT(ifp == NULL);
672                 ifp = m->m_pkthdr.rcvif;
673
674                 m_tag_delete(m, mtag);
675                 mtag = NULL;
676         }
677         if (rule)       /* packet is passing the second time */
678                 goto post_stats;
679
680 #ifdef CARP
681         /*
682          * XXX: Okay, we need to call carp_forus() and - if it is for
683          * us jump over code that does the normal check
684          * "ac_enaddr == ether_dhost". The check sequence is a bit
685          * different from OpenBSD, so we jump over as few code as
686          * possible, to catch _all_ sanity checks. This needs
687          * evaluation, to see if the carp ether_dhost values break any
688          * of these checks!
689          */
690         if (ifp->if_carp && carp_forus(ifp->if_carp, eh->ether_dhost))
691                 goto post_stats;
692 #endif
693
694         /*
695          * Discard packet if upper layers shouldn't see it because
696          * it was unicast to a different Ethernet address.  If the
697          * driver is working properly, then this situation can only
698          * happen when the interface is in promiscuous mode.
699          */
700         if (((ifp->if_flags & (IFF_PROMISC | IFF_PPROMISC)) == IFF_PROMISC) &&
701             (eh->ether_dhost[0] & 1) == 0 &&
702             bcmp(eh->ether_dhost, IFP2AC(ifp)->ac_enaddr, ETHER_ADDR_LEN)) {
703                 m_freem(m);
704                 return;
705         }
706
707 post_stats:
708         if (IPFW_LOADED && ether_ipfw != 0) {
709                 if (!ether_ipfw_chk(&m, NULL, &rule, eh)) {
710                         m_freem(m);
711                         return;
712                 }
713         }
714
715         ether_type = ntohs(save_eh.ether_type);
716
717         if (m->m_flags & M_VLANTAG) {
718                 if (ether_type == ETHERTYPE_VLAN) {
719                         /*
720                          * To prevent possible dangerous recursion,
721                          * we don't do vlan-in-vlan
722                          */
723                         m->m_pkthdr.rcvif->if_noproto++;
724                         m_freem(m);
725                 }
726
727                 if (vlan_input_p != NULL) {
728                         ether_restore_header(&m, eh, &save_eh);
729                         if (m != NULL)
730                                 vlan_input_p(m, chain);
731                 } else {
732                         m->m_pkthdr.rcvif->if_noproto++;
733                         m_freem(m);
734                 }
735                 return;
736         }
737         KKASSERT(ether_type != ETHERTYPE_VLAN);
738
739         switch (ether_type) {
740 #ifdef INET
741         case ETHERTYPE_IP:
742                 if (ipflow_fastforward(m, ifp->if_serializer))
743                         return;
744                 isr = NETISR_IP;
745                 break;
746
747         case ETHERTYPE_ARP:
748                 if (ifp->if_flags & IFF_NOARP) {
749                         /* Discard packet if ARP is disabled on interface */
750                         m_freem(m);
751                         return;
752                 }
753                 isr = NETISR_ARP;
754                 break;
755 #endif
756
757 #ifdef INET6
758         case ETHERTYPE_IPV6:
759                 isr = NETISR_IPV6;
760                 break;
761 #endif
762
763 #ifdef IPX
764         case ETHERTYPE_IPX:
765                 if (ef_inputp && ef_inputp(ifp, &save_eh, m) == 0)
766                         return;
767                 isr = NETISR_IPX;
768                 break;
769 #endif
770
771 #ifdef NS
772         case 0x8137: /* Novell Ethernet_II Ethernet TYPE II */
773                 isr = NETISR_NS;
774                 break;
775
776 #endif
777
778 #ifdef NETATALK
779         case ETHERTYPE_AT:
780                 isr = NETISR_ATALK1;
781                 break;
782         case ETHERTYPE_AARP:
783                 isr = NETISR_AARP;
784                 break;
785 #endif
786
787         default:
788 #ifdef IPX
789                 if (ef_inputp && ef_inputp(ifp, &save_eh, m) == 0)
790                         return;
791 #endif
792 #ifdef NS
793                 checksum = mtod(m, ushort *);
794                 /* Novell 802.3 */
795                 if ((ether_type <= ETHERMTU) &&
796                     ((*checksum == 0xffff) || (*checksum == 0xE0E0))) {
797                         if (*checksum == 0xE0E0) {
798                                 m->m_pkthdr.len -= 3;
799                                 m->m_len -= 3;
800                                 m->m_data += 3;
801                         }
802                         isr = NETISR_NS;
803                         break;
804                 }
805 #endif
806 #ifdef NETATALK
807                 if (ether_type > ETHERMTU)
808                         goto dropanyway;
809                 l = mtod(m, struct llc *);
810                 if (l->llc_dsap == LLC_SNAP_LSAP &&
811                     l->llc_ssap == LLC_SNAP_LSAP &&
812                     l->llc_control == LLC_UI) {
813                         if (bcmp(&(l->llc_snap_org_code)[0], at_org_code,
814                                  sizeof at_org_code) == 0 &&
815                             ntohs(l->llc_snap_ether_type) == ETHERTYPE_AT) {
816                                 m_adj(m, sizeof(struct llc));
817                                 isr = NETISR_ATALK2;
818                                 break;
819                         }
820                         if (bcmp(&(l->llc_snap_org_code)[0], aarp_org_code,
821                                  sizeof aarp_org_code) == 0 &&
822                             ntohs(l->llc_snap_ether_type) == ETHERTYPE_AARP) {
823                                 m_adj(m, sizeof(struct llc));
824                                 isr = NETISR_AARP;
825                                 break;
826                         }
827                 }
828 dropanyway:
829 #endif
830                 if (ng_ether_input_orphan_p != NULL)
831                         (*ng_ether_input_orphan_p)(ifp, m, &save_eh);
832                 else
833                         m_freem(m);
834                 return;
835         }
836
837 #ifdef ETHER_INPUT_CHAIN
838         if (chain != NULL) {
839                 struct mbuf_chain *c;
840                 lwkt_port_t port;
841                 int cpuid;
842
843                 port = netisr_mport(isr, &m);
844                 if (port == NULL)
845                         return;
846
847                 m->m_pkthdr.header = port; /* XXX */
848                 cpuid = port->mpu_td->td_gd->gd_cpuid;
849
850                 c = &chain[cpuid];
851                 if (c->mc_head == NULL) {
852                         c->mc_head = c->mc_tail = m;
853                 } else {
854                         c->mc_tail->m_nextpkt = m;
855                         c->mc_tail = m;
856                 }
857                 m->m_nextpkt = NULL;
858         } else
859 #endif  /* ETHER_INPUT_CHAIN */
860                 netisr_dispatch(isr, m);
861 }
862
863 void
864 ether_demux(struct ifnet *ifp, struct mbuf *m)
865 {
866         ether_demux_chain(ifp, m, NULL);
867 }
868
869 /*
870  * Perform common duties while attaching to interface list
871  */
872
873 void
874 ether_ifattach(struct ifnet *ifp, uint8_t *lla, lwkt_serialize_t serializer)
875 {
876         ether_ifattach_bpf(ifp, lla, DLT_EN10MB, sizeof(struct ether_header),
877                            serializer);
878 }
879
880 void
881 ether_ifattach_bpf(struct ifnet *ifp, uint8_t *lla, u_int dlt, u_int hdrlen,
882                    lwkt_serialize_t serializer)
883 {
884         struct sockaddr_dl *sdl;
885
886         ifp->if_type = IFT_ETHER;
887         ifp->if_addrlen = ETHER_ADDR_LEN;
888         ifp->if_hdrlen = ETHER_HDR_LEN;
889         if_attach(ifp, serializer);
890         ifp->if_mtu = ETHERMTU;
891         if (ifp->if_baudrate == 0)
892                 ifp->if_baudrate = 10000000;
893         ifp->if_output = ether_output;
894         ifp->if_input = ether_input;
895         ifp->if_resolvemulti = ether_resolvemulti;
896         ifp->if_broadcastaddr = etherbroadcastaddr;
897         sdl = IF_LLSOCKADDR(ifp);
898         sdl->sdl_type = IFT_ETHER;
899         sdl->sdl_alen = ifp->if_addrlen;
900         bcopy(lla, LLADDR(sdl), ifp->if_addrlen);
901         /*
902          * XXX Keep the current drivers happy.
903          * XXX Remove once all drivers have been cleaned up
904          */
905         if (lla != IFP2AC(ifp)->ac_enaddr)
906                 bcopy(lla, IFP2AC(ifp)->ac_enaddr, ifp->if_addrlen);
907         bpfattach(ifp, dlt, hdrlen);
908         if (ng_ether_attach_p != NULL)
909                 (*ng_ether_attach_p)(ifp);
910
911         if_printf(ifp, "MAC address: %6D\n", lla, ":");
912 }
913
914 /*
915  * Perform common duties while detaching an Ethernet interface
916  */
917 void
918 ether_ifdetach(struct ifnet *ifp)
919 {
920         if_down(ifp);
921
922         if (ng_ether_detach_p != NULL)
923                 (*ng_ether_detach_p)(ifp);
924         bpfdetach(ifp);
925         if_detach(ifp);
926 }
927
928 int
929 ether_ioctl(struct ifnet *ifp, int command, caddr_t data)
930 {
931         struct ifaddr *ifa = (struct ifaddr *) data;
932         struct ifreq *ifr = (struct ifreq *) data;
933         int error = 0;
934
935 #define IF_INIT(ifp) \
936 do { \
937         if (((ifp)->if_flags & IFF_UP) == 0) { \
938                 (ifp)->if_flags |= IFF_UP; \
939                 (ifp)->if_init((ifp)->if_softc); \
940         } \
941 } while (0)
942
943         ASSERT_SERIALIZED(ifp->if_serializer);
944
945         switch (command) {
946         case SIOCSIFADDR:
947                 switch (ifa->ifa_addr->sa_family) {
948 #ifdef INET
949                 case AF_INET:
950                         IF_INIT(ifp);   /* before arpwhohas */
951                         arp_ifinit(ifp, ifa);
952                         break;
953 #endif
954 #ifdef IPX
955                 /*
956                  * XXX - This code is probably wrong
957                  */
958                 case AF_IPX:
959                         {
960                         struct ipx_addr *ina = &IA_SIPX(ifa)->sipx_addr;
961                         struct arpcom *ac = IFP2AC(ifp);
962
963                         if (ipx_nullhost(*ina))
964                                 ina->x_host = *(union ipx_host *) ac->ac_enaddr;
965                         else
966                                 bcopy(ina->x_host.c_host, ac->ac_enaddr,
967                                       sizeof ac->ac_enaddr);
968
969                         IF_INIT(ifp);   /* Set new address. */
970                         break;
971                         }
972 #endif
973 #ifdef NS
974                 /*
975                  * XXX - This code is probably wrong
976                  */
977                 case AF_NS:
978                 {
979                         struct ns_addr *ina = &(IA_SNS(ifa)->sns_addr);
980                         struct arpcom *ac = IFP2AC(ifp);
981
982                         if (ns_nullhost(*ina))
983                                 ina->x_host = *(union ns_host *)(ac->ac_enaddr);
984                         else
985                                 bcopy(ina->x_host.c_host, ac->ac_enaddr,
986                                       sizeof ac->ac_enaddr);
987
988                         /*
989                          * Set new address
990                          */
991                         IF_INIT(ifp);
992                         break;
993                 }
994 #endif
995                 default:
996                         IF_INIT(ifp);
997                         break;
998                 }
999                 break;
1000
1001         case SIOCGIFADDR:
1002                 bcopy(IFP2AC(ifp)->ac_enaddr,
1003                       ((struct sockaddr *)ifr->ifr_data)->sa_data,
1004                       ETHER_ADDR_LEN);
1005                 break;
1006
1007         case SIOCSIFMTU:
1008                 /*
1009                  * Set the interface MTU.
1010                  */
1011                 if (ifr->ifr_mtu > ETHERMTU) {
1012                         error = EINVAL;
1013                 } else {
1014                         ifp->if_mtu = ifr->ifr_mtu;
1015                 }
1016                 break;
1017         default:
1018                 error = EINVAL;
1019                 break;
1020         }
1021         return (error);
1022
1023 #undef IF_INIT
1024 }
1025
1026 int
1027 ether_resolvemulti(
1028         struct ifnet *ifp,
1029         struct sockaddr **llsa,
1030         struct sockaddr *sa)
1031 {
1032         struct sockaddr_dl *sdl;
1033         struct sockaddr_in *sin;
1034 #ifdef INET6
1035         struct sockaddr_in6 *sin6;
1036 #endif
1037         u_char *e_addr;
1038
1039         switch(sa->sa_family) {
1040         case AF_LINK:
1041                 /*
1042                  * No mapping needed. Just check that it's a valid MC address.
1043                  */
1044                 sdl = (struct sockaddr_dl *)sa;
1045                 e_addr = LLADDR(sdl);
1046                 if ((e_addr[0] & 1) != 1)
1047                         return EADDRNOTAVAIL;
1048                 *llsa = 0;
1049                 return 0;
1050
1051 #ifdef INET
1052         case AF_INET:
1053                 sin = (struct sockaddr_in *)sa;
1054                 if (!IN_MULTICAST(ntohl(sin->sin_addr.s_addr)))
1055                         return EADDRNOTAVAIL;
1056                 MALLOC(sdl, struct sockaddr_dl *, sizeof *sdl, M_IFMADDR,
1057                        M_WAITOK | M_ZERO);
1058                 sdl->sdl_len = sizeof *sdl;
1059                 sdl->sdl_family = AF_LINK;
1060                 sdl->sdl_index = ifp->if_index;
1061                 sdl->sdl_type = IFT_ETHER;
1062                 sdl->sdl_alen = ETHER_ADDR_LEN;
1063                 e_addr = LLADDR(sdl);
1064                 ETHER_MAP_IP_MULTICAST(&sin->sin_addr, e_addr);
1065                 *llsa = (struct sockaddr *)sdl;
1066                 return 0;
1067 #endif
1068 #ifdef INET6
1069         case AF_INET6:
1070                 sin6 = (struct sockaddr_in6 *)sa;
1071                 if (IN6_IS_ADDR_UNSPECIFIED(&sin6->sin6_addr)) {
1072                         /*
1073                          * An IP6 address of 0 means listen to all
1074                          * of the Ethernet multicast address used for IP6.
1075                          * (This is used for multicast routers.)
1076                          */
1077                         ifp->if_flags |= IFF_ALLMULTI;
1078                         *llsa = 0;
1079                         return 0;
1080                 }
1081                 if (!IN6_IS_ADDR_MULTICAST(&sin6->sin6_addr))
1082                         return EADDRNOTAVAIL;
1083                 MALLOC(sdl, struct sockaddr_dl *, sizeof *sdl, M_IFMADDR,
1084                        M_WAITOK | M_ZERO);
1085                 sdl->sdl_len = sizeof *sdl;
1086                 sdl->sdl_family = AF_LINK;
1087                 sdl->sdl_index = ifp->if_index;
1088                 sdl->sdl_type = IFT_ETHER;
1089                 sdl->sdl_alen = ETHER_ADDR_LEN;
1090                 e_addr = LLADDR(sdl);
1091                 ETHER_MAP_IPV6_MULTICAST(&sin6->sin6_addr, e_addr);
1092                 *llsa = (struct sockaddr *)sdl;
1093                 return 0;
1094 #endif
1095
1096         default:
1097                 /*
1098                  * Well, the text isn't quite right, but it's the name
1099                  * that counts...
1100                  */
1101                 return EAFNOSUPPORT;
1102         }
1103 }
1104
1105 #if 0
1106 /*
1107  * This is for reference.  We have a table-driven version
1108  * of the little-endian crc32 generator, which is faster
1109  * than the double-loop.
1110  */
1111 uint32_t
1112 ether_crc32_le(const uint8_t *buf, size_t len)
1113 {
1114         uint32_t c, crc, carry;
1115         size_t i, j;
1116
1117         crc = 0xffffffffU;      /* initial value */
1118
1119         for (i = 0; i < len; i++) {
1120                 c = buf[i];
1121                 for (j = 0; j < 8; j++) {
1122                         carry = ((crc & 0x01) ? 1 : 0) ^ (c & 0x01);
1123                         crc >>= 1;
1124                         c >>= 1;
1125                         if (carry)
1126                                 crc = (crc ^ ETHER_CRC_POLY_LE);
1127                 }
1128         }
1129
1130         return (crc);
1131 }
1132 #else
1133 uint32_t
1134 ether_crc32_le(const uint8_t *buf, size_t len)
1135 {
1136         static const uint32_t crctab[] = {
1137                 0x00000000, 0x1db71064, 0x3b6e20c8, 0x26d930ac,
1138                 0x76dc4190, 0x6b6b51f4, 0x4db26158, 0x5005713c,
1139                 0xedb88320, 0xf00f9344, 0xd6d6a3e8, 0xcb61b38c,
1140                 0x9b64c2b0, 0x86d3d2d4, 0xa00ae278, 0xbdbdf21c
1141         };
1142         uint32_t crc;
1143         size_t i;
1144
1145         crc = 0xffffffffU;      /* initial value */
1146
1147         for (i = 0; i < len; i++) {
1148                 crc ^= buf[i];
1149                 crc = (crc >> 4) ^ crctab[crc & 0xf];
1150                 crc = (crc >> 4) ^ crctab[crc & 0xf];
1151         }
1152
1153         return (crc);
1154 }
1155 #endif
1156
1157 uint32_t
1158 ether_crc32_be(const uint8_t *buf, size_t len)
1159 {
1160         uint32_t c, crc, carry;
1161         size_t i, j;
1162
1163         crc = 0xffffffffU;      /* initial value */
1164
1165         for (i = 0; i < len; i++) {
1166                 c = buf[i];
1167                 for (j = 0; j < 8; j++) {
1168                         carry = ((crc & 0x80000000U) ? 1 : 0) ^ (c & 0x01);
1169                         crc <<= 1;
1170                         c >>= 1;
1171                         if (carry)
1172                                 crc = (crc ^ ETHER_CRC_POLY_BE) | carry;
1173                 }
1174         }
1175
1176         return (crc);
1177 }
1178
1179 /*
1180  * find the size of ethernet header, and call classifier
1181  */
1182 void
1183 altq_etherclassify(struct ifaltq *ifq, struct mbuf *m,
1184                    struct altq_pktattr *pktattr)
1185 {
1186         struct ether_header *eh;
1187         uint16_t ether_type;
1188         int hlen, af, hdrsize;
1189         caddr_t hdr;
1190
1191         hlen = sizeof(struct ether_header);
1192         eh = mtod(m, struct ether_header *);
1193
1194         ether_type = ntohs(eh->ether_type);
1195         if (ether_type < ETHERMTU) {
1196                 /* ick! LLC/SNAP */
1197                 struct llc *llc = (struct llc *)(eh + 1);
1198                 hlen += 8;
1199
1200                 if (m->m_len < hlen ||
1201                     llc->llc_dsap != LLC_SNAP_LSAP ||
1202                     llc->llc_ssap != LLC_SNAP_LSAP ||
1203                     llc->llc_control != LLC_UI)
1204                         goto bad;  /* not snap! */
1205
1206                 ether_type = ntohs(llc->llc_un.type_snap.ether_type);
1207         }
1208
1209         if (ether_type == ETHERTYPE_IP) {
1210                 af = AF_INET;
1211                 hdrsize = 20;  /* sizeof(struct ip) */
1212 #ifdef INET6
1213         } else if (ether_type == ETHERTYPE_IPV6) {
1214                 af = AF_INET6;
1215                 hdrsize = 40;  /* sizeof(struct ip6_hdr) */
1216 #endif
1217         } else
1218                 goto bad;
1219
1220         while (m->m_len <= hlen) {
1221                 hlen -= m->m_len;
1222                 m = m->m_next;
1223         }
1224         hdr = m->m_data + hlen;
1225         if (m->m_len < hlen + hdrsize) {
1226                 /*
1227                  * ip header is not in a single mbuf.  this should not
1228                  * happen in the current code.
1229                  * (todo: use m_pulldown in the future)
1230                  */
1231                 goto bad;
1232         }
1233         m->m_data += hlen;
1234         m->m_len -= hlen;
1235         ifq_classify(ifq, m, af, pktattr);
1236         m->m_data -= hlen;
1237         m->m_len += hlen;
1238
1239         return;
1240
1241 bad:
1242         pktattr->pattr_class = NULL;
1243         pktattr->pattr_hdr = NULL;
1244         pktattr->pattr_af = AF_UNSPEC;
1245 }
1246
1247 static void
1248 ether_restore_header(struct mbuf **m0, const struct ether_header *eh,
1249                      const struct ether_header *save_eh)
1250 {
1251         struct mbuf *m = *m0;
1252
1253         ether_restore_hdr++;
1254
1255         /*
1256          * Prepend the header, optimize for the common case of
1257          * eh pointing into the mbuf.
1258          */
1259         if ((const void *)(eh + 1) == (void *)m->m_data) {
1260                 m->m_data -= ETHER_HDR_LEN;
1261                 m->m_len += ETHER_HDR_LEN;
1262                 m->m_pkthdr.len += ETHER_HDR_LEN;
1263         } else {
1264                 ether_prepend_hdr++;
1265
1266                 M_PREPEND(m, ETHER_HDR_LEN, MB_DONTWAIT);
1267                 if (m != NULL) {
1268                         bcopy(save_eh, mtod(m, struct ether_header *),
1269                               ETHER_HDR_LEN);
1270                 }
1271         }
1272         *m0 = m;
1273 }
1274
1275 #ifdef ETHER_INPUT_CHAIN
1276
1277 static void
1278 ether_input_ipifunc(void *arg)
1279 {
1280         struct mbuf *m, *next;
1281         lwkt_port_t port;
1282
1283         m = arg;
1284         do {
1285                 next = m->m_nextpkt;
1286                 m->m_nextpkt = NULL;
1287
1288                 port = m->m_pkthdr.header;
1289                 m->m_pkthdr.header = NULL;
1290
1291                 lwkt_sendmsg(port,
1292                 &m->m_hdr.mh_netmsg.nm_netmsg.nm_lmsg);
1293
1294                 m = next;
1295         } while (m != NULL);
1296 }
1297
1298 void
1299 ether_input_dispatch(struct mbuf_chain *chain)
1300 {
1301 #ifdef SMP
1302         int i;
1303
1304         for (i = 0; i < ncpus; ++i) {
1305                 if (chain[i].mc_head != NULL) {
1306                         lwkt_send_ipiq(globaldata_find(i),
1307                         ether_input_ipifunc, chain[i].mc_head);
1308                 }
1309         }
1310 #else
1311         ether_input_ipifunc(chain->mc_head);
1312 #endif
1313 }
1314
1315 #endif  /* ETHER_INPUT_CHAIN */