aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/ip_var.h
diff options
context:
space:
mode:
authorJonathan T. Looney <jtl@FreeBSD.org>2018-11-16 18:32:48 +0000
committerJonathan T. Looney <jtl@FreeBSD.org>2018-11-16 18:32:48 +0000
commit2157f3c36a5435c45dbff488fd8e4a909aba8c53 (patch)
treef3ad5235877854273ea8a2f247e4db5027d16276 /sys/netinet/ip_var.h
parent2c054ce9242ce359b90ac244d87fa4bb71189161 (diff)
Notes
Diffstat (limited to 'sys/netinet/ip_var.h')
-rw-r--r--sys/netinet/ip_var.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet/ip_var.h b/sys/netinet/ip_var.h
index f874628a3fd78..86615a15ad26e 100644
--- a/sys/netinet/ip_var.h
+++ b/sys/netinet/ip_var.h
@@ -61,6 +61,7 @@ struct ipq {
u_char ipq_ttl; /* time for reass q to live */
u_char ipq_p; /* protocol of this fragment */
u_short ipq_id; /* sequence id for reassembly */
+ int ipq_maxoff; /* total length of packet */
struct mbuf *ipq_frags; /* to ip headers of fragments */
struct in_addr ipq_src,ipq_dst;
u_char ipq_nfrags; /* # frags in this packet */