1 /* this file should be included after xlat/tcp_states.h */ 2 1<<TCP_ESTABLISHED 3 1<<TCP_SYN_SENT 4 1<<TCP_SYN_RECV 5 1<<TCP_FIN_WAIT1 6 1<<TCP_FIN_WAIT2 7 1<<TCP_TIME_WAIT 8 1<<TCP_CLOSE 9 1<<TCP_CLOSE_WAIT 10 1<<TCP_LAST_ACK 11 1<<TCP_LISTEN 12 1<<TCP_CLOSING 13 1<<TCP_NEW_SYN_RECV 14