netfilter: nf_tables: cleanup nf_tables.h
authorPatrick McHardy <kaber@trash.net>
Tue, 3 Mar 2015 20:10:06 +0000 (20:10 +0000)
committerPablo Neira Ayuso <pablo@netfilter.org>
Fri, 6 Mar 2015 00:21:13 +0000 (01:21 +0100)
commit1a1e1a12199ca27cebe87677b4c2153a3d2bacf2
treedf283397284751f102c48757a72e8ad82c02c597
parent354bf5a0d794a34dc98ed25e72f460b3b360c174
netfilter: nf_tables: cleanup nf_tables.h

The transaction related definitions are squeezed in between the rule
and expression definitions, which are closely related and should be
next to each other. The transaction definitions actually don't belong
into that file at all since it defines the global objects and API and
transactions are internal to nf_tables_api, but for now simply move
them to a seperate section.

Similar, the chain types are in between a set of registration functions,
they belong to the chain section.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
include/net/netfilter/nf_tables.h