/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * INET An implementation of the TCP/IP protocol suite for the LINUX * operating system. INET is implemented using the BSD Socket * interface as the means of communication with the user level. * * Definitions for the TCP protocol sk_state field. */ #ifndef _LINUX_TCP_STATES_H #define _LINUX_TCP_STATES_H enum { … }; #define TCP_STATE_MASK … #define TCP_ACTION_FIN … enum { … }; #endif /* _LINUX_TCP_STATES_H */