]> 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)
commite4dc7979bbddbf9b885431ce83c25553a25fb057
treedf8cbc39a01cbc5884cf197c3011ea9509eb84eb
parentcf3c2c11e2dc5a7e1da0bc7a791d781b881c0578
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