summaryrefslogtreecommitdiffstats
path: root/sys/net/intrq.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix this so LINT compiles. There is no way this could have worked ifpeter2000-01-291-5/+5
| | | | | | tested with LINT. I've put back netatm/kern_include.h and maked it with a fixme!, otherwise NETISR_ATM isn't defined as ATM_KERNEL isn't defined. Defining that exposes a whole bunch of other dependencies.. :-(
* Redo the intrq.c idea asbrian2000-01-271-5/+62
| | | | int family_enqueue(sa_family_t, struct mbuf *);
* Move the *intrq variables into net/intrq.c and unconditionallybrian2000-01-241-0/+60
include this in all kernels. Declare some const *intrq_present variables that can be checked by a module prior to using *intrq to queue data. Make the if_tun module capable of processing atm, ip, ip6, ipx, natm and netatalk packets when TUNSIFHEAD is ioctl()d on. Review not required by: freebsd-hackers
OpenPOWER on IntegriCloud