diff options
Diffstat (limited to 'include/net/tcp_states.h')
| -rw-r--r-- | include/net/tcp_states.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/net/tcp_states.h b/include/net/tcp_states.h index b0b645988bd8..50e78a74d0df 100644 --- a/include/net/tcp_states.h +++ b/include/net/tcp_states.h | |||
| @@ -25,6 +25,7 @@ enum { | |||
| 25 | TCP_LAST_ACK, | 25 | TCP_LAST_ACK, |
| 26 | TCP_LISTEN, | 26 | TCP_LISTEN, |
| 27 | TCP_CLOSING, /* Now a valid state */ | 27 | TCP_CLOSING, /* Now a valid state */ |
| 28 | TCP_NEW_SYN_RECV, | ||
| 28 | 29 | ||
| 29 | TCP_MAX_STATES /* Leave at the end! */ | 30 | TCP_MAX_STATES /* Leave at the end! */ |
| 30 | }; | 31 | }; |
| @@ -44,7 +45,8 @@ enum { | |||
| 44 | TCPF_CLOSE_WAIT = (1 << 8), | 45 | TCPF_CLOSE_WAIT = (1 << 8), |
| 45 | TCPF_LAST_ACK = (1 << 9), | 46 | TCPF_LAST_ACK = (1 << 9), |
| 46 | TCPF_LISTEN = (1 << 10), | 47 | TCPF_LISTEN = (1 << 10), |
| 47 | TCPF_CLOSING = (1 << 11) | 48 | TCPF_CLOSING = (1 << 11), |
| 49 | TCPF_NEW_SYN_RECV = (1 << 12), | ||
| 48 | }; | 50 | }; |
| 49 | 51 | ||
| 50 | #endif /* _LINUX_TCP_STATES_H */ | 52 | #endif /* _LINUX_TCP_STATES_H */ |
