]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8a1f6c6f172252612bbdd8173d042227f53b70e0
treedf283397284751f102c48757a72e8ad82c02c597
parentdac229d340bd88c3a85b85089c982bf09d9c4542
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