Imported Upstream version 2.4.3
[platform/upstream/audit.git] / auparse / tcpoptnametab.h
1 /* tcpoptnametab.h --
2  * Copyright 2013-14 Red Hat Inc., Durham, North Carolina.
3  * All Rights Reserved.
4  *
5  * This library is free software; you can redistribute it and/or
6  * modify it under the terms of the GNU Lesser General Public
7  * License as published by the Free Software Foundation; either
8  * version 2.1 of the License, or (at your option) any later version.
9  *
10  * This library is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13  * Lesser General Public License for more details.
14  *
15  * You should have received a copy of the GNU Lesser General Public
16  * License along with this library; if not, write to the Free Software
17  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
18  *
19  * Authors:
20  *      Steve Grubb <sgrubb@redhat.com>
21  * Location: include/uapi/linux/tcp.h
22  */
23
24 _S(1, "TCP_NODELAY")
25 _S(2, "TCP_MAXSEG")
26 _S(3, "TCP_CORK")
27 _S(4, "TCP_KEEPIDLE")
28 _S(5, "TCP_KEEPINTVL")
29 _S(6, "TCP_KEEPCNT")
30 _S(7, "TCP_SYNCNT")
31 _S(8, "TCP_LINGER2")
32 _S(9, "TCP_DEFER_ACCEPT")
33 _S(10, "TCP_WINDOW_CLAMP")
34 _S(11, "TCP_INFO")
35 _S(12, "TCP_QUICKACK")
36 _S(13, "TCP_CONGESTION")
37 _S(14, "TCP_MD5SIG")
38 _S(15, "TCP_COOKIE_TRANSACTIONS")
39 _S(16, "TCP_THIN_LINEAR_TIMEOUTS")
40 _S(17, "TCP_THIN_DUPACK")
41 _S(18, "TCP_USER_TIMEOUT")
42 _S(19, "TCP_REPAIR")
43 _S(20, "TCP_REPAIR_QUEUE")
44 _S(21, "TCP_QUEUE_SEQ")
45 _S(22, "TCP_REPAIR_OPTIONS")
46 _S(23, "TCP_FASTOPEN")
47 _S(24, "TCP_TIMESTAMP")
48 _S(25, "TCP_NOTSENT_LOWAT")
49