From: Gao feng Date: Thu, 21 Jun 2012 04:36:43 +0000 (+0000) Subject: netfilter: nf_ct_tcp: merge tcpv[4,6]_net_init into tcp_net_init X-Git-Tag: v3.6-rc1~125^2~281^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efa758fe2c2543f70b4dbda4421c8a352703e68e;p=pandora-kernel.git netfilter: nf_ct_tcp: merge tcpv[4,6]_net_init into tcp_net_init Merge tcpv4_net_init and tcpv6_net_init into tcp_net_init to remove redundant code now that we have the u_int16_t proto parameter. And use nf_proto_net.users to identify if it's the first time we use the nf_proto_net, in that case, we initialize it. Signed-off-by: Gao feng Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed