]> git.baikalelectronics.ru Git - kernel.git/commit
netfilter: nf_tables: add helpers to schedule objects deletion
authorArturo Borrero <arturo.borrero.glez@gmail.com>
Tue, 2 Sep 2014 14:42:25 +0000 (16:42 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Tue, 9 Sep 2014 14:31:25 +0000 (16:31 +0200)
commitb5825f53d2bbc534a2e7df57da802c403d957c8a
treedf8cbc39a01cbc5884cf197c3011ea9509eb84eb
parent4d8b883e337677d79f7600ef23180e3ebd7a2dc5
netfilter: nf_tables: add helpers to schedule objects deletion

This patch refactor the code to schedule objects deletion.
They are useful in follow-up patches.

In order to be able to use these new helper functions in all the code,
they are placed in the top of the file, with all the dependant functions
and symbols.

nft_rule_disactivate_next has been renamed to nft_rule_deactivate.

Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/nf_tables_api.c