summaryrefslogtreecommitdiffstats
path: root/sys/sys/mbuf.h
diff options
context:
space:
mode:
authormlaier <mlaier@FreeBSD.org>2004-07-17 05:10:06 +0000
committermlaier <mlaier@FreeBSD.org>2004-07-17 05:10:06 +0000
commit512e25ff0c381e595604171a4af5cf7f7ba15f64 (patch)
tree203d59f4a1a363e46b01bb30478bb27cde0e1fc0 /sys/sys/mbuf.h
parent7f77b9d9fb88afc0949c3855c9c66ffc35512490 (diff)
downloadFreeBSD-src-512e25ff0c381e595604171a4af5cf7f7ba15f64.zip
FreeBSD-src-512e25ff0c381e595604171a4af5cf7f7ba15f64.tar.gz
Define semantic of M_SKIP_FIREWALL more precisely, i.e. also pass associated
icmp_error() packets. While here retire PACKET_TAG_PF_GENERATED (which served the same purpose) and use M_SKIP_FIREWALL in pf as well. This should speed up things a bit as we get rid of the tag allocations. Discussed with: juli
Diffstat (limited to 'sys/sys/mbuf.h')
-rw-r--r--sys/sys/mbuf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sys/mbuf.h b/sys/sys/mbuf.h
index ad443fe..0ba8e00 100644
--- a/sys/sys/mbuf.h
+++ b/sys/sys/mbuf.h
@@ -626,7 +626,6 @@ struct mbuf *m_uiotombuf(struct uio *, int, int);
#define PACKET_TAG_DIVERT 17 /* divert info */
#define PACKET_TAG_IPFORWARD 18 /* ipforward info */
#define PACKET_TAG_MACLABEL (19 | MTAG_PERSISTENT) /* MAC label */
-#define PACKET_TAG_PF_GENERATED (20 | MTAG_PERSISTENT) /* PF, pass always */
#define PACKET_TAG_PF_ROUTED 21 /* PF routed, avoid loops */
#define PACKET_TAG_PF_FRAGCACHE 22 /* PF fragment cached */
#define PACKET_TAG_PF_QID 23 /* PF ALTQ queue id */
OpenPOWER on IntegriCloud