]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - kernel/bpf/bpf_struct_ops_types.h
Merge branch 'urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git...
[mirror_ubuntu-jammy-kernel.git] / kernel / bpf / bpf_struct_ops_types.h
CommitLineData
27ae7997
MKL
1/* SPDX-License-Identifier: GPL-2.0 */
2/* internal file - do not include directly */
3
0baf26b0
MKL
4#ifdef CONFIG_BPF_JIT
5#ifdef CONFIG_INET
6#include <net/tcp.h>
7BPF_STRUCT_OPS_TYPE(tcp_congestion_ops)
8#endif
9#endif