summaryrefslogtreecommitdiffstats
path: root/sys/netpfil/pf/pf_mtag.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netpfil/pf/pf_mtag.h')
-rw-r--r--sys/netpfil/pf/pf_mtag.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/netpfil/pf/pf_mtag.h b/sys/netpfil/pf/pf_mtag.h
index 3aacb2e..3ec08a2 100644
--- a/sys/netpfil/pf/pf_mtag.h
+++ b/sys/netpfil/pf/pf_mtag.h
@@ -44,9 +44,11 @@
struct pf_mtag {
void *hdr; /* saved hdr pos in mbuf, for ECN */
u_int32_t qid; /* queue id */
+ u_int32_t qid_hash; /* queue hashid used by WFQ like algos */
u_int16_t tag; /* tag id */
u_int8_t flags;
u_int8_t routed;
+ u_int8_t af; /* for ECN */
};
static __inline struct pf_mtag *
OpenPOWER on IntegriCloud