// SPDX-License-Identifier: GPL-2.0-only /* * TCP compression support * * Copyright(c) 2021 Huawei Technologies Co., Ltd */ #include bool tcp_syn_comp_enabled(const struct tcp_sock *tp) { return true; } void tcp_init_compression(struct sock *sk) { } void tcp_cleanup_compression(struct sock *sk) { }