]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitebaf330f0019ba6334c035645e3222742957305b
tree975d18b04c468bd02dde1e9d835b58b37d316eab
parentc72437943dfd4ec4d43ea1fbd8883112962ce80f
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