Home
last modified time | relevance | path

Searched refs:nft_chain_lookup (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/net/netfilter/
Dnf_tables_api.c1065 static struct nft_chain *nft_chain_lookup(struct net *net, in nft_chain_lookup() function
1319 chain = nft_chain_lookup(net, table, nla[NFTA_CHAIN_NAME], genmask); in nf_tables_getchain()
1687 chain2 = nft_chain_lookup(ctx->net, table, in nf_tables_updchain()
1784 chain = nft_chain_lookup(net, table, attr, genmask); in nf_tables_newchain()
1862 chain = nft_chain_lookup(net, table, attr, genmask); in nf_tables_delchain()
2403 chain = nft_chain_lookup(net, table, nla[NFTA_RULE_CHAIN], genmask); in nf_tables_getrule()
2538 chain = nft_chain_lookup(net, table, nla[NFTA_RULE_CHAIN], genmask); in nf_tables_newrule()
2739 chain = nft_chain_lookup(net, table, nla[NFTA_RULE_CHAIN], in nf_tables_delrule()
7002 chain = nft_chain_lookup(ctx->net, ctx->table, in nft_verdict_init()