1997-05-09 07:48:14 +00:00
|
|
|
/* $NetBSD: if_atmsubr.c,v 1.10 1997/03/11 23:19:51 chuck Exp $ */
|
|
|
|
|
2005-01-07 01:45:51 +00:00
|
|
|
/*-
|
1997-05-09 07:48:14 +00:00
|
|
|
*
|
|
|
|
* Copyright (c) 1996 Charles D. Cranor and Washington University.
|
|
|
|
* All rights reserved.
|
|
|
|
*
|
|
|
|
* Redistribution and use in source and binary forms, with or without
|
|
|
|
* modification, are permitted provided that the following conditions
|
|
|
|
* are met:
|
|
|
|
* 1. Redistributions of source code must retain the above copyright
|
|
|
|
* notice, this list of conditions and the following disclaimer.
|
|
|
|
* 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
* notice, this list of conditions and the following disclaimer in the
|
|
|
|
* documentation and/or other materials provided with the distribution.
|
|
|
|
* 3. All advertising materials mentioning features or use of this software
|
|
|
|
* must display the following acknowledgement:
|
|
|
|
* This product includes software developed by Charles D. Cranor and
|
|
|
|
* Washington University.
|
|
|
|
* 4. The name of the author may not be used to endorse or promote products
|
|
|
|
* derived from this software without specific prior written permission.
|
|
|
|
*
|
|
|
|
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
|
|
|
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
|
|
|
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
|
|
|
|
* IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
|
|
|
|
* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
|
|
|
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
|
|
* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
|
|
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
|
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
|
|
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
1999-12-07 17:39:16 +00:00
|
|
|
*
|
1997-05-09 07:48:14 +00:00
|
|
|
* if_atmsubr.c
|
|
|
|
*/
|
|
|
|
|
2003-06-23 10:32:13 +00:00
|
|
|
#include <sys/cdefs.h>
|
|
|
|
__FBSDID("$FreeBSD$");
|
|
|
|
|
1998-01-08 23:42:31 +00:00
|
|
|
#include "opt_inet.h"
|
1999-12-07 17:39:16 +00:00
|
|
|
#include "opt_inet6.h"
|
2002-10-20 22:20:48 +00:00
|
|
|
#include "opt_mac.h"
|
1998-01-31 05:00:21 +00:00
|
|
|
#include "opt_natm.h"
|
1998-01-08 23:42:31 +00:00
|
|
|
|
1997-05-09 07:48:14 +00:00
|
|
|
#include <sys/param.h>
|
|
|
|
#include <sys/systm.h>
|
2003-04-29 08:07:44 +00:00
|
|
|
#include <sys/kernel.h>
|
|
|
|
#include <sys/module.h>
|
1997-05-09 07:48:14 +00:00
|
|
|
#include <sys/mbuf.h>
|
|
|
|
#include <sys/socket.h>
|
1998-07-29 05:35:16 +00:00
|
|
|
#include <sys/sockio.h>
|
|
|
|
#include <sys/errno.h>
|
2003-04-29 08:07:44 +00:00
|
|
|
#include <sys/sysctl.h>
|
2003-07-15 10:37:09 +00:00
|
|
|
#include <sys/malloc.h>
|
1997-05-09 07:48:14 +00:00
|
|
|
|
|
|
|
#include <net/if.h>
|
|
|
|
#include <net/netisr.h>
|
|
|
|
#include <net/route.h>
|
|
|
|
#include <net/if_dl.h>
|
|
|
|
#include <net/if_types.h>
|
|
|
|
#include <net/if_atm.h>
|
|
|
|
|
|
|
|
#include <netinet/in.h>
|
|
|
|
#include <netinet/if_atm.h>
|
|
|
|
#include <netinet/if_ether.h> /* XXX: for ETHERTYPE_* */
|
1998-07-29 05:35:16 +00:00
|
|
|
#if defined(INET) || defined(INET6)
|
1997-05-09 07:48:14 +00:00
|
|
|
#include <netinet/in_var.h>
|
|
|
|
#endif
|
|
|
|
#ifdef NATM
|
|
|
|
#include <netnatm/natm.h>
|
|
|
|
#endif
|
|
|
|
|
2006-10-22 11:52:19 +00:00
|
|
|
#include <security/mac/mac_framework.h>
|
|
|
|
|
2003-06-23 16:53:28 +00:00
|
|
|
/*
|
|
|
|
* Netgraph interface functions.
|
|
|
|
* These need not be protected by a lock, because ng_atm nodes are persitent.
|
|
|
|
* The ng_atm module can be unloaded only if all ATM interfaces have been
|
|
|
|
* unloaded, so nobody should be in the code paths accessing these function
|
|
|
|
* pointers.
|
|
|
|
*/
|
|
|
|
void (*ng_atm_attach_p)(struct ifnet *);
|
|
|
|
void (*ng_atm_detach_p)(struct ifnet *);
|
|
|
|
int (*ng_atm_output_p)(struct ifnet *, struct mbuf **);
|
|
|
|
void (*ng_atm_input_p)(struct ifnet *, struct mbuf **,
|
|
|
|
struct atm_pseudohdr *, void *);
|
|
|
|
void (*ng_atm_input_orphan_p)(struct ifnet *, struct mbuf *,
|
|
|
|
struct atm_pseudohdr *, void *);
|
2003-07-29 13:04:52 +00:00
|
|
|
void (*ng_atm_event_p)(struct ifnet *, uint32_t, void *);
|
2003-06-23 16:53:28 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
* Harp pseudo interface hooks
|
|
|
|
*/
|
|
|
|
void (*atm_harp_input_p)(struct ifnet *ifp, struct mbuf **m,
|
|
|
|
struct atm_pseudohdr *ah, void *rxhand);
|
|
|
|
void (*atm_harp_attach_p)(struct ifnet *);
|
|
|
|
void (*atm_harp_detach_p)(struct ifnet *);
|
2003-07-29 13:04:52 +00:00
|
|
|
void (*atm_harp_event_p)(struct ifnet *, uint32_t, void *);
|
2003-06-23 16:53:28 +00:00
|
|
|
|
2003-04-29 08:07:44 +00:00
|
|
|
SYSCTL_NODE(_hw, OID_AUTO, atm, CTLFLAG_RW, 0, "ATM hardware");
|
|
|
|
|
2005-06-10 16:49:24 +00:00
|
|
|
MALLOC_DEFINE(M_IFATM, "ifatm", "atm interface internals");
|
|
|
|
|
1998-07-29 05:35:16 +00:00
|
|
|
#ifndef ETHERTYPE_IPV6
|
2003-06-23 10:32:13 +00:00
|
|
|
#define ETHERTYPE_IPV6 0x86dd
|
1998-07-29 05:35:16 +00:00
|
|
|
#endif
|
1997-05-09 07:48:14 +00:00
|
|
|
|
2003-06-23 10:32:13 +00:00
|
|
|
#define senderr(e) do { error = (e); goto bad; } while (0)
|
1997-05-09 07:48:14 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
* atm_output: ATM output routine
|
|
|
|
* inputs:
|
|
|
|
* "ifp" = ATM interface to output to
|
|
|
|
* "m0" = the packet to output
|
|
|
|
* "dst" = the sockaddr to send to (either IP addr, or raw VPI/VCI)
|
|
|
|
* "rt0" = the route to use
|
|
|
|
* returns: error code [0 == ok]
|
|
|
|
*
|
|
|
|
* note: special semantic: if (dst == NULL) then we assume "m" already
|
|
|
|
* has an atm_pseudohdr on it and just send it directly.
|
|
|
|
* [for native mode ATM output] if dst is null, then
|
|
|
|
* rt0 must also be NULL.
|
|
|
|
*/
|
|
|
|
int
|
2003-06-23 10:32:13 +00:00
|
|
|
atm_output(struct ifnet *ifp, struct mbuf *m0, struct sockaddr *dst,
|
|
|
|
struct rtentry *rt0)
|
1997-05-09 07:48:14 +00:00
|
|
|
{
|
|
|
|
u_int16_t etype = 0; /* if using LLC/SNAP */
|
2001-06-15 07:32:25 +00:00
|
|
|
int error = 0, sz;
|
1997-05-09 07:48:14 +00:00
|
|
|
struct atm_pseudohdr atmdst, *ad;
|
2000-04-26 02:40:33 +00:00
|
|
|
struct mbuf *m = m0;
|
1997-05-09 07:48:14 +00:00
|
|
|
struct atmllc *atmllc;
|
1998-07-29 05:35:16 +00:00
|
|
|
struct atmllc *llc_hdr = NULL;
|
1997-05-09 07:48:14 +00:00
|
|
|
u_int32_t atm_flags;
|
|
|
|
|
2002-10-20 22:20:48 +00:00
|
|
|
#ifdef MAC
|
2007-10-24 19:04:04 +00:00
|
|
|
error = mac_ifnet_check_transmit(ifp, m);
|
2002-10-20 22:20:48 +00:00
|
|
|
if (error)
|
|
|
|
senderr(error);
|
|
|
|
#endif
|
|
|
|
|
2005-08-09 10:20:02 +00:00
|
|
|
if (!((ifp->if_flags & IFF_UP) &&
|
|
|
|
(ifp->if_drv_flags & IFF_DRV_RUNNING)))
|
1997-05-09 07:48:14 +00:00
|
|
|
senderr(ENETDOWN);
|
|
|
|
|
|
|
|
/*
|
|
|
|
* check for non-native ATM traffic (dst != NULL)
|
|
|
|
*/
|
|
|
|
if (dst) {
|
|
|
|
switch (dst->sa_family) {
|
2003-06-23 10:32:13 +00:00
|
|
|
|
1998-07-29 05:35:16 +00:00
|
|
|
#if defined(INET) || defined(INET6)
|
1997-05-09 07:48:14 +00:00
|
|
|
case AF_INET:
|
1998-07-29 05:35:16 +00:00
|
|
|
case AF_INET6:
|
This commit does two things:
1. rt_check() cleanup:
rt_check() is only necessary for some address families to gain access
to the corresponding arp entry, so call it only in/near the *resolve()
routines where it is actually used -- at the moment this is
arpresolve(), nd6_storelladdr() (the call is embedded here),
and atmresolve() (the call is just before atmresolve to reduce
the number of changes).
This change will make it a lot easier to decouple the arp table
from the routing table.
There is an extra call to rt_check() in if_iso88025subr.c to
determine the routing info length. I have left it alone for
the time being.
The interface of arpresolve() and nd6_storelladdr() now changes slightly:
+ the 'rtentry' parameter (really a hint from the upper level layer)
is now passed unchanged from *_output(), so it becomes the route
to the final destination and not to the gateway.
+ the routines will return 0 if resolution is possible, non-zero
otherwise.
+ arpresolve() returns EWOULDBLOCK in case the mbuf is being held
waiting for an arp reply -- in this case the error code is masked
in the caller so the upper layer protocol will not see a failure.
2. arpcom untangling
Where possible, use 'struct ifnet' instead of 'struct arpcom' variables,
and use the IFP2AC macro to access arpcom fields.
This mostly affects the netatalk code.
=== Detailed changes: ===
net/if_arcsubr.c
rt_check() cleanup, remove a useless variable
net/if_atmsubr.c
rt_check() cleanup
net/if_ethersubr.c
rt_check() cleanup, arpcom untangling
net/if_fddisubr.c
rt_check() cleanup, arpcom untangling
net/if_iso88025subr.c
rt_check() cleanup
netatalk/aarp.c
arpcom untangling, remove a block of duplicated code
netatalk/at_extern.h
arpcom untangling
netinet/if_ether.c
rt_check() cleanup (change arpresolve)
netinet6/nd6.c
rt_check() cleanup (change nd6_storelladdr)
2004-04-25 09:24:52 +00:00
|
|
|
{
|
1999-05-08 14:23:40 +00:00
|
|
|
if (dst->sa_family == AF_INET6)
|
2003-03-13 12:44:06 +00:00
|
|
|
etype = ETHERTYPE_IPV6;
|
1999-05-08 14:23:40 +00:00
|
|
|
else
|
2003-03-13 12:44:06 +00:00
|
|
|
etype = ETHERTYPE_IP;
|
This main goals of this project are:
1. separating L2 tables (ARP, NDP) from the L3 routing tables
2. removing as much locking dependencies among these layers as
possible to allow for some parallelism in the search operations
3. simplify the logic in the routing code,
The most notable end result is the obsolescent of the route
cloning (RTF_CLONING) concept, which translated into code reduction
in both IPv4 ARP and IPv6 NDP related modules, and size reduction in
struct rtentry{}. The change in design obsoletes the semantics of
RTF_CLONING, RTF_WASCLONE and RTF_LLINFO routing flags. The userland
applications such as "arp" and "ndp" have been modified to reflect
those changes. The output from "netstat -r" shows only the routing
entries.
Quite a few developers have contributed to this project in the
past: Glebius Smirnoff, Luigi Rizzo, Alessandro Cerri, and
Andre Oppermann. And most recently:
- Kip Macy revised the locking code completely, thus completing
the last piece of the puzzle, Kip has also been conducting
active functional testing
- Sam Leffler has helped me improving/refactoring the code, and
provided valuable reviews
- Julian Elischer setup the perforce tree for me and has helped
me maintaining that branch before the svn conversion
2008-12-15 06:10:57 +00:00
|
|
|
if (!atmresolve(rt0, m, dst, &atmdst)) {
|
1997-05-09 07:48:14 +00:00
|
|
|
m = NULL;
|
|
|
|
/* XXX: atmresolve already free'd it */
|
|
|
|
senderr(EHOSTUNREACH);
|
|
|
|
/* XXX: put ATMARP stuff here */
|
|
|
|
/* XXX: watch who frees m on failure */
|
|
|
|
}
|
This commit does two things:
1. rt_check() cleanup:
rt_check() is only necessary for some address families to gain access
to the corresponding arp entry, so call it only in/near the *resolve()
routines where it is actually used -- at the moment this is
arpresolve(), nd6_storelladdr() (the call is embedded here),
and atmresolve() (the call is just before atmresolve to reduce
the number of changes).
This change will make it a lot easier to decouple the arp table
from the routing table.
There is an extra call to rt_check() in if_iso88025subr.c to
determine the routing info length. I have left it alone for
the time being.
The interface of arpresolve() and nd6_storelladdr() now changes slightly:
+ the 'rtentry' parameter (really a hint from the upper level layer)
is now passed unchanged from *_output(), so it becomes the route
to the final destination and not to the gateway.
+ the routines will return 0 if resolution is possible, non-zero
otherwise.
+ arpresolve() returns EWOULDBLOCK in case the mbuf is being held
waiting for an arp reply -- in this case the error code is masked
in the caller so the upper layer protocol will not see a failure.
2. arpcom untangling
Where possible, use 'struct ifnet' instead of 'struct arpcom' variables,
and use the IFP2AC macro to access arpcom fields.
This mostly affects the netatalk code.
=== Detailed changes: ===
net/if_arcsubr.c
rt_check() cleanup, remove a useless variable
net/if_atmsubr.c
rt_check() cleanup
net/if_ethersubr.c
rt_check() cleanup, arpcom untangling
net/if_fddisubr.c
rt_check() cleanup, arpcom untangling
net/if_iso88025subr.c
rt_check() cleanup
netatalk/aarp.c
arpcom untangling, remove a block of duplicated code
netatalk/at_extern.h
arpcom untangling
netinet/if_ether.c
rt_check() cleanup (change arpresolve)
netinet6/nd6.c
rt_check() cleanup (change nd6_storelladdr)
2004-04-25 09:24:52 +00:00
|
|
|
}
|
1997-05-09 07:48:14 +00:00
|
|
|
break;
|
1998-07-29 05:35:16 +00:00
|
|
|
#endif /* INET || INET6 */
|
|
|
|
|
|
|
|
case AF_UNSPEC:
|
|
|
|
/*
|
1999-05-08 14:23:40 +00:00
|
|
|
* XXX: bpfwrite. assuming dst contains 12 bytes
|
|
|
|
* (atm pseudo header (4) + LLC/SNAP (8))
|
1998-07-29 05:35:16 +00:00
|
|
|
*/
|
|
|
|
bcopy(dst->sa_data, &atmdst, sizeof(atmdst));
|
2003-06-23 10:32:13 +00:00
|
|
|
llc_hdr = (struct atmllc *)(dst->sa_data +
|
|
|
|
sizeof(atmdst));
|
1998-07-29 05:35:16 +00:00
|
|
|
break;
|
|
|
|
|
1997-05-09 07:48:14 +00:00
|
|
|
default:
|
|
|
|
printf("%s: can't handle af%d\n", ifp->if_xname,
|
|
|
|
dst->sa_family);
|
|
|
|
senderr(EAFNOSUPPORT);
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* must add atm_pseudohdr to data
|
|
|
|
*/
|
|
|
|
sz = sizeof(atmdst);
|
|
|
|
atm_flags = ATM_PH_FLAGS(&atmdst);
|
2003-06-23 10:32:13 +00:00
|
|
|
if (atm_flags & ATM_PH_LLCSNAP)
|
|
|
|
sz += 8; /* sizeof snap == 8 */
|
2003-02-19 05:47:46 +00:00
|
|
|
M_PREPEND(m, sz, M_DONTWAIT);
|
1997-05-09 07:48:14 +00:00
|
|
|
if (m == 0)
|
|
|
|
senderr(ENOBUFS);
|
|
|
|
ad = mtod(m, struct atm_pseudohdr *);
|
|
|
|
*ad = atmdst;
|
|
|
|
if (atm_flags & ATM_PH_LLCSNAP) {
|
|
|
|
atmllc = (struct atmllc *)(ad + 1);
|
1998-07-29 05:35:16 +00:00
|
|
|
if (llc_hdr == NULL) {
|
|
|
|
bcopy(ATMLLC_HDR, atmllc->llchdr,
|
|
|
|
sizeof(atmllc->llchdr));
|
2003-06-23 10:32:13 +00:00
|
|
|
/* note: in host order */
|
1998-07-29 05:35:16 +00:00
|
|
|
ATM_LLC_SETTYPE(atmllc, etype);
|
|
|
|
}
|
|
|
|
else
|
|
|
|
bcopy(llc_hdr, atmllc, sizeof(struct atmllc));
|
1997-05-09 07:48:14 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2003-06-23 16:53:28 +00:00
|
|
|
if (ng_atm_output_p != NULL) {
|
|
|
|
if ((error = (*ng_atm_output_p)(ifp, &m)) != 0) {
|
|
|
|
if (m != NULL)
|
|
|
|
m_freem(m);
|
|
|
|
return (error);
|
|
|
|
}
|
|
|
|
if (m == NULL)
|
|
|
|
return (0);
|
|
|
|
}
|
|
|
|
|
1997-05-09 07:48:14 +00:00
|
|
|
/*
|
|
|
|
* Queue message on interface, and start output if interface
|
|
|
|
* not yet active.
|
|
|
|
*/
|
2003-07-15 10:30:57 +00:00
|
|
|
if (!IF_HANDOFF_ADJ(&ifp->if_snd, m, ifp,
|
|
|
|
-(int)sizeof(struct atm_pseudohdr)))
|
Lock down the network interface queues. The queue mutex must be obtained
before adding/removing packets from the queue. Also, the if_obytes and
if_omcasts fields should only be manipulated under protection of the mutex.
IF_ENQUEUE, IF_PREPEND, and IF_DEQUEUE perform all necessary locking on
the queue. An IF_LOCK macro is provided, as well as the old (mutex-less)
versions of the macros in the form _IF_ENQUEUE, _IF_QFULL, for code which
needs them, but their use is discouraged.
Two new macros are introduced: IF_DRAIN() to drain a queue, and IF_HANDOFF,
which takes care of locking/enqueue, and also statistics updating/start
if necessary.
2000-11-25 07:35:38 +00:00
|
|
|
return (ENOBUFS);
|
1997-05-09 07:48:14 +00:00
|
|
|
return (error);
|
|
|
|
|
|
|
|
bad:
|
|
|
|
if (m)
|
|
|
|
m_freem(m);
|
|
|
|
return (error);
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Process a received ATM packet;
|
|
|
|
* the packet is in the mbuf chain m.
|
|
|
|
*/
|
|
|
|
void
|
2003-06-23 10:32:13 +00:00
|
|
|
atm_input(struct ifnet *ifp, struct atm_pseudohdr *ah, struct mbuf *m,
|
|
|
|
void *rxhand)
|
1997-05-09 07:48:14 +00:00
|
|
|
{
|
2003-03-04 23:19:55 +00:00
|
|
|
int isr;
|
2003-06-23 10:32:13 +00:00
|
|
|
u_int16_t etype = ETHERTYPE_IP; /* default */
|
1997-05-09 07:48:14 +00:00
|
|
|
|
|
|
|
if ((ifp->if_flags & IFF_UP) == 0) {
|
|
|
|
m_freem(m);
|
|
|
|
return;
|
|
|
|
}
|
2002-10-20 22:20:48 +00:00
|
|
|
#ifdef MAC
|
2007-10-24 19:04:04 +00:00
|
|
|
mac_ifnet_create_mbuf(ifp, m);
|
2002-10-20 22:20:48 +00:00
|
|
|
#endif
|
1997-05-09 07:48:14 +00:00
|
|
|
ifp->if_ibytes += m->m_pkthdr.len;
|
|
|
|
|
2003-06-23 16:53:28 +00:00
|
|
|
if (ng_atm_input_p != NULL) {
|
|
|
|
(*ng_atm_input_p)(ifp, &m, ah, rxhand);
|
|
|
|
if (m == NULL)
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* not eaten by ng_atm. Maybe it's a pseudo-harp PDU? */
|
|
|
|
if (atm_harp_input_p != NULL) {
|
|
|
|
(*atm_harp_input_p)(ifp, &m, ah, rxhand);
|
|
|
|
if (m == NULL)
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
1997-05-09 07:48:14 +00:00
|
|
|
if (rxhand) {
|
|
|
|
#ifdef NATM
|
Lock down netnatm and mark as MPSAFE:
- Introduce a subsystem mutex, natm_mtx, manipulated with accessor macros
NATM_LOCK_INIT(), NATM_LOCK(), NATM_UNLOCK(), NATM_LOCK_ASSERT(). It
protects the consistency of pcb-related data structures. Finer grained
locking is possible, but should be done in the context of specific
measurements (as very little work is done in netnatm -- most is in the
ATM device driver or socket layer, so there's probably not much
contention).
- Remove GIANT_REQUIRED, mark as NETISR_MPSAFE, remove
NET_NEEDS_GIANT("netnatm").
- Conditionally acquire Giant when entering network interfaces for
ifp->if_ioctl() using IFF_LOCKGIANT(ifp)/IFF_UNLOCKGIANT(ifp) in order
to coexist with non-MPSAFE atm ifnet drivers..
- De-spl.
MFC after: 2 weeks
Reviewed by: harti, bms (various versions)
2005-07-18 16:55:46 +00:00
|
|
|
struct natmpcb *npcb;
|
2003-06-23 10:32:13 +00:00
|
|
|
|
Lock down netnatm and mark as MPSAFE:
- Introduce a subsystem mutex, natm_mtx, manipulated with accessor macros
NATM_LOCK_INIT(), NATM_LOCK(), NATM_UNLOCK(), NATM_LOCK_ASSERT(). It
protects the consistency of pcb-related data structures. Finer grained
locking is possible, but should be done in the context of specific
measurements (as very little work is done in netnatm -- most is in the
ATM device driver or socket layer, so there's probably not much
contention).
- Remove GIANT_REQUIRED, mark as NETISR_MPSAFE, remove
NET_NEEDS_GIANT("netnatm").
- Conditionally acquire Giant when entering network interfaces for
ifp->if_ioctl() using IFF_LOCKGIANT(ifp)/IFF_UNLOCKGIANT(ifp) in order
to coexist with non-MPSAFE atm ifnet drivers..
- De-spl.
MFC after: 2 weeks
Reviewed by: harti, bms (various versions)
2005-07-18 16:55:46 +00:00
|
|
|
/*
|
|
|
|
* XXXRW: this use of 'rxhand' is not a very good idea, and
|
|
|
|
* was subject to races even before SMPng due to the release
|
|
|
|
* of spl here.
|
|
|
|
*/
|
|
|
|
NATM_LOCK();
|
|
|
|
npcb = rxhand;
|
1998-07-29 05:35:16 +00:00
|
|
|
npcb->npcb_inq++; /* count # in queue */
|
2003-03-04 23:19:55 +00:00
|
|
|
isr = NETISR_NATM;
|
1998-07-29 05:35:16 +00:00
|
|
|
m->m_pkthdr.rcvif = rxhand; /* XXX: overload */
|
Lock down netnatm and mark as MPSAFE:
- Introduce a subsystem mutex, natm_mtx, manipulated with accessor macros
NATM_LOCK_INIT(), NATM_LOCK(), NATM_UNLOCK(), NATM_LOCK_ASSERT(). It
protects the consistency of pcb-related data structures. Finer grained
locking is possible, but should be done in the context of specific
measurements (as very little work is done in netnatm -- most is in the
ATM device driver or socket layer, so there's probably not much
contention).
- Remove GIANT_REQUIRED, mark as NETISR_MPSAFE, remove
NET_NEEDS_GIANT("netnatm").
- Conditionally acquire Giant when entering network interfaces for
ifp->if_ioctl() using IFF_LOCKGIANT(ifp)/IFF_UNLOCKGIANT(ifp) in order
to coexist with non-MPSAFE atm ifnet drivers..
- De-spl.
MFC after: 2 weeks
Reviewed by: harti, bms (various versions)
2005-07-18 16:55:46 +00:00
|
|
|
NATM_UNLOCK();
|
1997-05-09 07:48:14 +00:00
|
|
|
#else
|
2003-06-23 10:32:13 +00:00
|
|
|
printf("atm_input: NATM detected but not "
|
|
|
|
"configured in kernel\n");
|
2003-06-23 16:53:28 +00:00
|
|
|
goto dropit;
|
1997-05-09 07:48:14 +00:00
|
|
|
#endif
|
|
|
|
} else {
|
1998-07-29 05:35:16 +00:00
|
|
|
/*
|
|
|
|
* handle LLC/SNAP header, if present
|
|
|
|
*/
|
|
|
|
if (ATM_PH_FLAGS(ah) & ATM_PH_LLCSNAP) {
|
|
|
|
struct atmllc *alc;
|
2003-06-23 10:32:13 +00:00
|
|
|
|
1998-07-29 05:35:16 +00:00
|
|
|
if (m->m_len < sizeof(*alc) &&
|
|
|
|
(m = m_pullup(m, sizeof(*alc))) == 0)
|
|
|
|
return; /* failed */
|
|
|
|
alc = mtod(m, struct atmllc *);
|
|
|
|
if (bcmp(alc, ATMLLC_HDR, 6)) {
|
2003-06-23 10:32:13 +00:00
|
|
|
printf("%s: recv'd invalid LLC/SNAP frame "
|
|
|
|
"[vp=%d,vc=%d]\n", ifp->if_xname,
|
|
|
|
ATM_PH_VPI(ah), ATM_PH_VCI(ah));
|
1998-07-29 05:35:16 +00:00
|
|
|
m_freem(m);
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
etype = ATM_LLC_TYPE(alc);
|
|
|
|
m_adj(m, sizeof(*alc));
|
|
|
|
}
|
|
|
|
|
|
|
|
switch (etype) {
|
2003-06-23 10:32:13 +00:00
|
|
|
|
1997-05-09 07:48:14 +00:00
|
|
|
#ifdef INET
|
1998-07-29 05:35:16 +00:00
|
|
|
case ETHERTYPE_IP:
|
2003-03-04 23:19:55 +00:00
|
|
|
isr = NETISR_IP;
|
1998-07-29 05:35:16 +00:00
|
|
|
break;
|
|
|
|
#endif
|
2003-06-23 10:32:13 +00:00
|
|
|
|
1998-07-29 05:35:16 +00:00
|
|
|
#ifdef INET6
|
|
|
|
case ETHERTYPE_IPV6:
|
2003-03-04 23:19:55 +00:00
|
|
|
isr = NETISR_IPV6;
|
1998-07-29 05:35:16 +00:00
|
|
|
break;
|
1997-05-09 07:48:14 +00:00
|
|
|
#endif
|
1998-07-29 05:35:16 +00:00
|
|
|
default:
|
2003-06-23 16:53:28 +00:00
|
|
|
#ifndef NATM
|
|
|
|
dropit:
|
|
|
|
#endif
|
|
|
|
if (ng_atm_input_orphan_p != NULL)
|
|
|
|
(*ng_atm_input_orphan_p)(ifp, m, ah, rxhand);
|
|
|
|
else
|
|
|
|
m_freem(m);
|
1998-07-29 05:35:16 +00:00
|
|
|
return;
|
|
|
|
}
|
1997-05-09 07:48:14 +00:00
|
|
|
}
|
2003-03-04 23:19:55 +00:00
|
|
|
netisr_dispatch(isr, m);
|
1997-05-09 07:48:14 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
2003-04-29 08:07:44 +00:00
|
|
|
* Perform common duties while attaching to interface list.
|
1997-05-09 07:48:14 +00:00
|
|
|
*/
|
|
|
|
void
|
2003-06-23 10:32:13 +00:00
|
|
|
atm_ifattach(struct ifnet *ifp)
|
1997-05-09 07:48:14 +00:00
|
|
|
{
|
2003-03-03 00:21:52 +00:00
|
|
|
struct ifaddr *ifa;
|
|
|
|
struct sockaddr_dl *sdl;
|
2005-06-10 16:49:24 +00:00
|
|
|
struct ifatm *ifatm = ifp->if_l2com;
|
1997-05-09 07:48:14 +00:00
|
|
|
|
|
|
|
ifp->if_addrlen = 0;
|
|
|
|
ifp->if_hdrlen = 0;
|
2003-04-29 08:07:44 +00:00
|
|
|
if_attach(ifp);
|
1997-05-09 07:48:14 +00:00
|
|
|
ifp->if_mtu = ATMMTU;
|
|
|
|
ifp->if_output = atm_output;
|
2002-11-15 00:00:15 +00:00
|
|
|
#if 0
|
|
|
|
ifp->if_input = atm_input;
|
|
|
|
#endif
|
1999-05-08 14:23:40 +00:00
|
|
|
ifp->if_snd.ifq_maxlen = 50; /* dummy */
|
1997-05-09 07:48:14 +00:00
|
|
|
|
2006-06-29 17:56:21 +00:00
|
|
|
TAILQ_FOREACH(ifa, &ifp->if_addrhead, ifa_link)
|
2006-06-29 19:22:05 +00:00
|
|
|
if (ifa->ifa_addr->sa_family == AF_LINK) {
|
|
|
|
sdl = (struct sockaddr_dl *)ifa->ifa_addr;
|
1997-05-09 07:48:14 +00:00
|
|
|
sdl->sdl_type = IFT_ATM;
|
|
|
|
sdl->sdl_alen = ifp->if_addrlen;
|
|
|
|
#ifdef notyet /* if using ATMARP, store hardware address using the next line */
|
|
|
|
bcopy(ifp->hw_addr, LLADDR(sdl), ifp->if_addrlen);
|
|
|
|
#endif
|
|
|
|
break;
|
|
|
|
}
|
1998-07-29 05:35:16 +00:00
|
|
|
|
2003-05-05 16:35:52 +00:00
|
|
|
ifp->if_linkmib = &ifatm->mib;
|
|
|
|
ifp->if_linkmiblen = sizeof(ifatm->mib);
|
2003-06-23 16:53:28 +00:00
|
|
|
|
|
|
|
if(ng_atm_attach_p)
|
|
|
|
(*ng_atm_attach_p)(ifp);
|
|
|
|
if (atm_harp_attach_p)
|
|
|
|
(*atm_harp_attach_p)(ifp);
|
1998-07-29 05:35:16 +00:00
|
|
|
}
|
2003-04-29 08:07:44 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
* Common stuff for detaching an ATM interface
|
|
|
|
*/
|
|
|
|
void
|
|
|
|
atm_ifdetach(struct ifnet *ifp)
|
|
|
|
{
|
2003-06-23 16:53:28 +00:00
|
|
|
if (atm_harp_detach_p)
|
|
|
|
(*atm_harp_detach_p)(ifp);
|
|
|
|
if(ng_atm_detach_p)
|
|
|
|
(*ng_atm_detach_p)(ifp);
|
2003-04-29 08:07:44 +00:00
|
|
|
if_detach(ifp);
|
|
|
|
}
|
|
|
|
|
2003-07-15 10:37:09 +00:00
|
|
|
/*
|
|
|
|
* Support routine for the SIOCATMGVCCS ioctl().
|
|
|
|
*
|
|
|
|
* This routine assumes, that the private VCC structures used by the driver
|
|
|
|
* begin with a struct atmio_vcc.
|
|
|
|
*
|
|
|
|
* Return a table of VCCs in a freshly allocated memory area.
|
|
|
|
* Here we have a problem: we first count, how many vccs we need
|
|
|
|
* to return. The we allocate the memory and finally fill it in.
|
|
|
|
* Because we cannot lock while calling malloc, the number of active
|
|
|
|
* vccs may change while we're in malloc. So we allocate a couple of
|
|
|
|
* vccs more and if space anyway is not enough re-iterate.
|
|
|
|
*
|
|
|
|
* We could use an sx lock for the vcc tables.
|
|
|
|
*/
|
|
|
|
struct atmio_vcctable *
|
|
|
|
atm_getvccs(struct atmio_vcc **table, u_int size, u_int start,
|
|
|
|
struct mtx *lock, int waitok)
|
|
|
|
{
|
|
|
|
u_int cid, alloc;
|
|
|
|
size_t len;
|
|
|
|
struct atmio_vcctable *vccs;
|
|
|
|
struct atmio_vcc *v;
|
|
|
|
|
|
|
|
alloc = start + 10;
|
|
|
|
vccs = NULL;
|
|
|
|
|
|
|
|
for (;;) {
|
|
|
|
len = sizeof(*vccs) + alloc * sizeof(vccs->vccs[0]);
|
|
|
|
vccs = reallocf(vccs, len, M_TEMP,
|
|
|
|
waitok ? M_WAITOK : M_NOWAIT);
|
|
|
|
if (vccs == NULL)
|
|
|
|
return (NULL);
|
|
|
|
bzero(vccs, len);
|
|
|
|
|
|
|
|
vccs->count = 0;
|
|
|
|
v = vccs->vccs;
|
|
|
|
|
|
|
|
mtx_lock(lock);
|
|
|
|
for (cid = 0; cid < size; cid++)
|
|
|
|
if (table[cid] != NULL) {
|
|
|
|
if (++vccs->count == alloc)
|
|
|
|
/* too many - try again */
|
|
|
|
break;
|
|
|
|
*v++ = *table[cid];
|
|
|
|
}
|
|
|
|
mtx_unlock(lock);
|
|
|
|
|
|
|
|
if (cid == size)
|
|
|
|
break;
|
|
|
|
|
|
|
|
alloc *= 2;
|
|
|
|
}
|
|
|
|
return (vccs);
|
|
|
|
}
|
|
|
|
|
2003-07-29 13:04:52 +00:00
|
|
|
/*
|
|
|
|
* Driver or channel state has changed. Inform whoever is interested
|
|
|
|
* in these events.
|
|
|
|
*/
|
|
|
|
void
|
|
|
|
atm_event(struct ifnet *ifp, u_int event, void *arg)
|
|
|
|
{
|
|
|
|
if (ng_atm_event_p != NULL)
|
|
|
|
(*ng_atm_event_p)(ifp, event, arg);
|
|
|
|
if (atm_harp_event_p != NULL)
|
|
|
|
(*atm_harp_event_p)(ifp, event, arg);
|
|
|
|
}
|
|
|
|
|
2005-06-10 16:49:24 +00:00
|
|
|
static void *
|
|
|
|
atm_alloc(u_char type, struct ifnet *ifp)
|
|
|
|
{
|
|
|
|
struct ifatm *ifatm;
|
|
|
|
|
|
|
|
ifatm = malloc(sizeof(struct ifatm), M_IFATM, M_WAITOK | M_ZERO);
|
|
|
|
ifatm->ifp = ifp;
|
|
|
|
|
|
|
|
return (ifatm);
|
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
|
|
|
atm_free(void *com, u_char type)
|
|
|
|
{
|
|
|
|
|
|
|
|
free(com, M_IFATM);
|
|
|
|
}
|
|
|
|
|
|
|
|
static int
|
|
|
|
atm_modevent(module_t mod, int type, void *data)
|
|
|
|
{
|
|
|
|
switch (type) {
|
|
|
|
case MOD_LOAD:
|
|
|
|
if_register_com_alloc(IFT_ATM, atm_alloc, atm_free);
|
|
|
|
break;
|
|
|
|
case MOD_UNLOAD:
|
|
|
|
if_deregister_com_alloc(IFT_ATM);
|
|
|
|
break;
|
|
|
|
default:
|
|
|
|
return (EOPNOTSUPP);
|
|
|
|
}
|
|
|
|
|
|
|
|
return (0);
|
|
|
|
}
|
|
|
|
|
2003-04-29 08:07:44 +00:00
|
|
|
static moduledata_t atm_mod = {
|
|
|
|
"atm",
|
2005-06-10 16:49:24 +00:00
|
|
|
atm_modevent,
|
2003-04-29 08:07:44 +00:00
|
|
|
0
|
|
|
|
};
|
|
|
|
|
2005-06-10 16:49:24 +00:00
|
|
|
DECLARE_MODULE(atm, atm_mod, SI_SUB_INIT_IF, SI_ORDER_ANY);
|
2003-04-29 08:07:44 +00:00
|
|
|
MODULE_VERSION(atm, 1);
|