18c2ecf20Sopenharmony_ci// SPDX-License-Identifier: GPL-2.0+ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * Copyright (c) 2024 Huawei Device Co., Ltd. 48c2ecf20Sopenharmony_ci * 58c2ecf20Sopenharmony_ci * Network and Application-driven Transport Augmentation (NATA). 68c2ecf20Sopenharmony_ci * Authors: yangyanjun 78c2ecf20Sopenharmony_ci */ 88c2ecf20Sopenharmony_ci#ifndef _INET_CONNECTION_NATA_H 98c2ecf20Sopenharmony_ci#define _INET_CONNECTION_NATA_H 108c2ecf20Sopenharmony_ci#if defined(CONFIG_TCP_NATA_URC) || defined(CONFIG_TCP_NATA_STL) 118c2ecf20Sopenharmony_ci#include <net/sock.h> 128c2ecf20Sopenharmony_ci 138c2ecf20Sopenharmony_cibool nata_thin_stream_check(struct sock *sk); 148c2ecf20Sopenharmony_ci 158c2ecf20Sopenharmony_ci#endif 168c2ecf20Sopenharmony_ci#endif /* _INET_CONNECTION_NATA_H */ 17