summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nft_objref.c
diff options
context:
space:
mode:
authorPablo Neira Ayuso2018-03-28 12:06:49 +0200
committerPablo Neira Ayuso2018-03-30 11:29:20 +0200
commit10659cbab72b7bfee1a886018d1915a9549b6378 (patch)
treebd153325f63fbe5ac5ad5fc72c2198b9f1ce42c0 /net/netfilter/nft_objref.c
parentnetfilter: nf_tables: enable conntrack if NAT chain is registered (diff)
downloadkernel-qcow2-linux-10659cbab72b7bfee1a886018d1915a9549b6378.tar.gz
kernel-qcow2-linux-10659cbab72b7bfee1a886018d1915a9549b6378.tar.xz
kernel-qcow2-linux-10659cbab72b7bfee1a886018d1915a9549b6378.zip
netfilter: nf_tables: rename to nft_set_lookup_global()
To prepare shorter introduction of shorter function prefix. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'net/netfilter/nft_objref.c')
-rw-r--r--net/netfilter/nft_objref.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/netfilter/nft_objref.c b/net/netfilter/nft_objref.c
index 7bcdc48f3d73..0b02407773ad 100644
--- a/net/netfilter/nft_objref.c
+++ b/net/netfilter/nft_objref.c
@@ -117,8 +117,9 @@ static int nft_objref_map_init(const struct nft_ctx *ctx,
struct nft_set *set;
int err;
- set = nft_set_lookup(ctx->net, ctx->table, tb[NFTA_OBJREF_SET_NAME],
- tb[NFTA_OBJREF_SET_ID], genmask);
+ set = nft_set_lookup_global(ctx->net, ctx->table,
+ tb[NFTA_OBJREF_SET_NAME],
+ tb[NFTA_OBJREF_SET_ID], genmask);
if (IS_ERR(set))
return PTR_ERR(set);