• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* internal file - do not include directly */
3 
4 #ifdef CONFIG_BPF_JIT
5 #ifdef CONFIG_INET
6 #include <net/tcp.h>
7 BPF_STRUCT_OPS_TYPE(tcp_congestion_ops)
8 #endif
9 #endif
10