Sign in
linux
/
linux
/
kernel
/
git
/
bpf
/
bpf
/
d79e9d7c1e4ba5f95f2ff3541880c40ea9722212
/
.
/
kernel
/
bpf
/
bpf_struct_ops_types.h
blob: 066d83ea1c99c580b9b0d898c55dd7c7eb52d7fa [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: GPL-2.0 */
/* internal file - do not include directly */
#ifdef
CONFIG_BPF_JIT
#ifdef
CONFIG_INET
#include
<net/tcp.h>
BPF_STRUCT_OPS_TYPE
(
tcp_congestion_ops
)
#endif
#endif