summaryrefslogtreecommitdiff
path: root/include/net/tso.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/tso.h')
-rw-r--r--include/net/tso.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/tso.h b/include/net/tso.h
index b7be852bfe9d..7e166a570349 100644
--- a/include/net/tso.h
+++ b/include/net/tso.h
@@ -1,8 +1,11 @@
+/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _TSO_H
#define _TSO_H
#include <net/ip.h>
+#define TSO_HEADER_SIZE 128
+
struct tso_t {
int next_frag_idx;
void *data;