summaryrefslogtreecommitdiffstats
path: root/sys/net/intrq.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove __P.alfred2002-03-191-1/+1
|
* Initialise the intrq_present fields at runtime, not link time. This allowsmsmith2002-01-081-0/+9
| | | | | | us to load protocols at runtime, and avoids the use of common variables. Also fix the ip6_intrq assignment so that it works at all.
* Redo the intrq.c idea asbrian2000-01-271-11/+4
| | | | int family_enqueue(sa_family_t, struct mbuf *);
* Move the *intrq variables into net/intrq.c and unconditionallybrian2000-01-241-0/+43
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