bpf_struct_ops_types.h 202 B

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