netfilter: xt_socket: prepare for TCP_NEW_SYN_RECV support
authorEric Dumazet <edumazet@google.com>
Tue, 17 Mar 2015 04:06:17 +0000 (21:06 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 17 Mar 2015 19:17:59 +0000 (15:17 -0400)
commita9407000038805e5215a49c0a50c9e2b2ff38220
tree975d18b04c468bd02dde1e9d835b58b37d316eab
parent8b5801477926a2b018afc84a53c0b8818843fe73
netfilter: xt_socket: prepare for TCP_NEW_SYN_RECV support

TCP request socks soon will be visible in ehash table.

xt_socket will be able to match them, but first we need
to make sure to not consider them as full sockets.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/netfilter/xt_socket.c