aboutsummaryrefslogtreecommitdiff
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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netpfil/pf/pf_mtag.h b/sys/netpfil/pf/pf_mtag.h
index 3aacb2e18c4e..fd8554aebe98 100644
--- a/sys/netpfil/pf/pf_mtag.h
+++ b/sys/netpfil/pf/pf_mtag.h
@@ -44,6 +44,7 @@
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;