summaryrefslogtreecommitdiffstats
path: root/sys/sys
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-08-17 13:53:12 -0300
committerRenato Botelho <renato@netgate.com>2015-08-17 13:53:12 -0300
commitcf3bb1a7166bec431631defe01c8d4e706a99638 (patch)
tree3cc07def4201a551fbc77acd53bb98a846b9deb9 /sys/sys
parent2802b30081525836ca4599c79f53541b2085a3ac (diff)
downloadFreeBSD-src-cf3bb1a7166bec431631defe01c8d4e706a99638.zip
FreeBSD-src-cf3bb1a7166bec431631defe01c8d4e706a99638.tar.gz
Importing pfSense patch altq_codel.diff
Diffstat (limited to 'sys/sys')
-rw-r--r--sys/sys/mbuf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/mbuf.h b/sys/sys/mbuf.h
index 7ff8c2f..6d82ee0 100644
--- a/sys/sys/mbuf.h
+++ b/sys/sys/mbuf.h
@@ -128,6 +128,7 @@ struct pkthdr {
uint32_t flowid; /* packet's 4-tuple system */
uint64_t csum_flags; /* checksum and offload features */
uint16_t fibnum; /* this packet should use this fib */
+ uint64_t enqueue_time;
uint8_t cosqos; /* class/quality of service */
uint8_t rsstype; /* hash type */
uint8_t l2hlen; /* layer 2 header length */
OpenPOWER on IntegriCloud