commit | f42c4183c781733b1947ae79916849574d86aced | [log] [tgz] |
---|---|---|
author | Gao feng <gaofeng@cn.fujitsu.com> | Thu Jun 21 04:36:46 2012 +0000 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Wed Jun 27 19:13:31 2012 +0200 |
tree | 6e20a6f9b6493f83169a1be0d9fdf91f1aea1e11 | |
parent | 51b4c824fcd15b73931fdd945cc101b9d4791b17 [diff] |
netfilter: nf_ct_sctp: merge sctpv[4,6]_net_init into sctp_net_init Merge sctpv4_net_init and sctpv6_net_init into sctp_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 i Signed-off-by: Gao feng <gaofeng@cn.fujitsu.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>