]> git.baikalelectronics.ru Git - kernel.git/commit
netfilter: nf_tables: add nft_set_elem_update_expr() helper function
authorPablo Neira Ayuso <pablo@netfilter.org>
Wed, 11 Mar 2020 14:30:15 +0000 (15:30 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Sun, 15 Mar 2020 14:27:49 +0000 (15:27 +0100)
commit7e49a53578a03834d47f94991349d426fcc3f313
tree5a2f0be4f704b61f5d0d403cdb0b59b027aa0840
parentdbdc1280ff55e21b69d2197599c40dfd536ba7f5
netfilter: nf_tables: add nft_set_elem_update_expr() helper function

This helper function runs the eval path of the stateful expression
of an existing set element.

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