aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/tso.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/tso.h')
-rw-r--r--include/net/tso.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/tso.h b/include/net/tso.h
index 47e5444f7d15..b7be852bfe9d 100644
--- a/include/net/tso.h
+++ b/include/net/tso.h
@@ -8,6 +8,7 @@ struct tso_t {
8 void *data; 8 void *data;
9 size_t size; 9 size_t size;
10 u16 ip_id; 10 u16 ip_id;
11 bool ipv6;
11 u32 tcp_seq; 12 u32 tcp_seq;
12}; 13};
13 14