aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2023-04-05 15:40:45 +0000
committerMark Johnston <markj@FreeBSD.org>2023-04-05 15:46:42 +0000
commit03276e338a1b6ee0b36797071720ae0645a59811 (patch)
tree88138407debbe22562e2c72117d4080460a57796
parent96aedfd5c93ec9f2d8e063b1138cbfe625910091 (diff)
downloadsrc-03276e338a1b6ee0b36797071720ae0645a59811.tar.gz
src-03276e338a1b6ee0b36797071720ae0645a59811.zip
netisr: Remove the now-unused NETISR_EPAIR queue index
No functional change intended. Fixes: 3dd5760aa5f8 ("if_epair: rework") MFC after: 1 week Sponsored by: Klara, Inc.
-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 32d2aa838fda..479ba844ffef 100644
--- a/sys/net/netisr.h
+++ b/sys/net/netisr.h
@@ -57,7 +57,6 @@
#define NETISR_ARP 4 /* same as AF_LINK */
#define NETISR_ETHER 5 /* ethernet input */
#define NETISR_IPV6 6
-#define NETISR_EPAIR 8 /* if_epair(4) */
#define NETISR_IP_DIRECT 9 /* direct-dispatch IPv4 */
#define NETISR_IPV6_DIRECT 10 /* direct-dispatch IPv6 */