aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/bpf_struct_ops_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/bpf/bpf_struct_ops_types.h')
-rw-r--r--kernel/bpf/bpf_struct_ops_types.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/bpf/bpf_struct_ops_types.h b/kernel/bpf/bpf_struct_ops_types.h
index 066d83ea1c99..5678a9ddf817 100644
--- a/kernel/bpf/bpf_struct_ops_types.h
+++ b/kernel/bpf/bpf_struct_ops_types.h
@@ -2,6 +2,9 @@
/* internal file - do not include directly */
#ifdef CONFIG_BPF_JIT
+#ifdef CONFIG_NET
+BPF_STRUCT_OPS_TYPE(bpf_dummy_ops)
+#endif
#ifdef CONFIG_INET
#include <net/tcp.h>
BPF_STRUCT_OPS_TYPE(tcp_congestion_ops)