From: Gao feng Date: Wed, 23 Jan 2013 11:51:10 +0000 (+0100) Subject: netfilter: nf_conntrack: refactor l4proto support for netns X-Git-Tag: v3.9-rc1~139^2~269^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c296bb4d5d417d466c9bcc8afef68a3db5449a64;p=pandora-kernel.git 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 Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed