[NETFILTER]: TCP conntrack: factorize out the PUSH flag
authorWilly Tarreau <w@1wt.eu>
Wed, 14 Mar 2007 23:44:53 +0000 (16:44 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 26 Apr 2007 05:25:56 +0000 (22:25 -0700)
commit5c8ce7c92106434d2bdc9d5dfa5f62bf4546b296
treeec3822ebea143678734caf45b2dd5cbc3ba0ce55
parent8f5bd99071212cd16b3449d16639971a44540d51
[NETFILTER]: TCP conntrack: factorize out the PUSH flag

The PUSH flag is accepted with every other valid combination.
Let's get it out of the tcp_valid_flags table and reduce the
number of combinations we have to handle. This does not
significantly reduce the table size however (8 bytes).

Signed-off-by: Willy Tarreau <w@1wt.eu>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/netfilter/nf_conntrack_proto_tcp.c