]> git.baikalelectronics.ru Git - kernel.git/commit
netfilter: nf_tables: rename deactivate_one() to flush()
authorPablo Neira Ayuso <pablo@netfilter.org>
Wed, 18 Jan 2017 17:30:09 +0000 (18:30 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Wed, 8 Feb 2017 13:16:19 +0000 (14:16 +0100)
commitbed4e79daecc98c8b091692332722270e1586379
treeef528ea2fda2687c6d8d57564fad83e9d9f1afd9
parent828d41d2b226b64920f5be34ee6cc5ec4fe0f078
netfilter: nf_tables: rename deactivate_one() to flush()

Although semantics are similar to deactivate() with no implicit element
lookup, this is only called from the set flush path, so better rename
this to flush().

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
include/net/netfilter/nf_tables.h
net/netfilter/nf_tables_api.c
net/netfilter/nft_set_hash.c
net/netfilter/nft_set_rbtree.c