1 /* SPDX-License-Identifier: GPL-2.0 */ 2 /* internal file - do not include directly */ 3 4 #ifdef CONFIG_BPF_JIT 5 #ifdef CONFIG_NET 6 BPF_STRUCT_OPS_TYPE(bpf_dummy_ops) 7 #endif 8 #ifdef CONFIG_INET 9 #include <net/tcp.h> 10 BPF_STRUCT_OPS_TYPE(tcp_congestion_ops) 11 #endif 12 #endif 13