Searched refs:nft_chain_lookup (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.1/net/netfilter/ |
| D | nf_tables_api.c | 1466 static struct nft_chain *nft_chain_lookup(struct net *net, in nft_chain_lookup() function 1769 chain = nft_chain_lookup(net, table, nla[NFTA_CHAIN_NAME], genmask); in nf_tables_getchain() 2412 chain2 = nft_chain_lookup(ctx->net, table, in nf_tables_updchain() 2534 chain = nft_chain_lookup(net, table, attr, genmask); in nf_tables_newchain() 2627 chain = nft_chain_lookup(net, table, attr, genmask); in nf_tables_delchain() 3277 chain = nft_chain_lookup(net, table, nla[NFTA_RULE_CHAIN], genmask); in nf_tables_getrule() 3420 chain = nft_chain_lookup(net, table, nla[NFTA_RULE_CHAIN], in nf_tables_newrule() 3656 chain = nft_chain_lookup(net, table, nla[NFTA_RULE_CHAIN], in nf_tables_delrule() 9703 chain = nft_chain_lookup(ctx->net, ctx->table, in nft_verdict_init()
|