Gao feng c296bb4d5d netfilter: nf_conntrack: refactor l4proto support for netns
Move the code that register/unregister l4proto to the
module_init/exit context.

Given that we have to modify some interfaces to accomodate
these changes, it is a good time to use shorter function names
for this using the nf_ct_* prefix instead of nf_conntrack_*,
that is:

nf_ct_l4proto_register
nf_ct_l4proto_pernet_register
nf_ct_l4proto_unregister
nf_ct_l4proto_pernet_unregister

We same many line breaks with it.

Signed-off-by: Gao feng <gaofeng@cn.fujitsu.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
2013-01-23 14:40:53 +01:00
..
2012-12-24 18:42:58 -08:00
2013-01-11 15:58:08 -08:00
2012-10-01 18:39:44 -04:00
2012-10-08 17:42:36 -04:00
2012-07-30 14:53:21 -07:00
2012-11-18 20:32:45 -05:00
2012-07-31 18:42:43 -07:00