summaryrefslogtreecommitdiffstats
path: root/sys/net/netisr.h
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2009-05-13 17:22:33 +0000
committerrwatson <rwatson@FreeBSD.org>2009-05-13 17:22:33 +0000
commitdeae02e77d33ac35960ebc9548741d1c2b9a22c2 (patch)
treecb46f9374b6bc10ce4931ac2accadd44426787d8 /sys/net/netisr.h
parente0965aca60d2d32e9e104ce8ecf560079ff8b72e (diff)
downloadFreeBSD-src-deae02e77d33ac35960ebc9548741d1c2b9a22c2.zip
FreeBSD-src-deae02e77d33ac35960ebc9548741d1c2b9a22c2.tar.gz
Garbage collect now-unused NETISR_FORCEQUEUE, which overrode the global
direct dispatch policy for specific protocols (NETISR_USB). We leave the additional 'flags' argument to netisr_register() for the time being, even though it is no longer required.
Diffstat (limited to 'sys/net/netisr.h')
-rw-r--r--sys/net/netisr.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/net/netisr.h b/sys/net/netisr.h
index 78a02f7..1bc7b0c 100644
--- a/sys/net/netisr.h
+++ b/sys/net/netisr.h
@@ -83,7 +83,6 @@ typedef void netisr_t (struct mbuf *);
void netisr_dispatch(int, struct mbuf *);
int netisr_queue(int, struct mbuf *);
-#define NETISR_FORCEQUEUE 0x0002 /* Force queued dispatch. */
void netisr_register(int, netisr_t *, struct ifqueue *, int);
void netisr_unregister(int);
OpenPOWER on IntegriCloud