summaryrefslogtreecommitdiffstats
path: root/include/net/tcp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/tcp.h')
-rw-r--r--include/net/tcp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/tcp.h b/include/net/tcp.h
index aa1cc90fdc02..a2510cdef4b5 100644
--- a/include/net/tcp.h
+++ b/include/net/tcp.h
@@ -816,6 +816,7 @@ struct tcp_skb_cb {
816 __u32 key; 816 __u32 key;
817 __u32 flags; 817 __u32 flags;
818 struct bpf_map *map; 818 struct bpf_map *map;
819 void *data_end;
819 } bpf; 820 } bpf;
820 }; 821 };
821}; 822};