Home
last modified time | relevance | path

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

/linux-6.1.9/net/netfilter/
Dnf_tables_api.c1478 static struct nft_chain *nft_chain_lookup(struct net *net, in nft_chain_lookup() function
1781 chain = nft_chain_lookup(net, table, nla[NFTA_CHAIN_NAME], genmask); in nf_tables_getchain()
2424 chain2 = nft_chain_lookup(ctx->net, table, in nf_tables_updchain()
2546 chain = nft_chain_lookup(net, table, attr, genmask); in nf_tables_newchain()
2639 chain = nft_chain_lookup(net, table, attr, genmask); in nf_tables_delchain()
3289 chain = nft_chain_lookup(net, table, nla[NFTA_RULE_CHAIN], genmask); in nf_tables_getrule()
3432 chain = nft_chain_lookup(net, table, nla[NFTA_RULE_CHAIN], in nf_tables_newrule()
3668 chain = nft_chain_lookup(net, table, nla[NFTA_RULE_CHAIN], in nf_tables_delrule()
9792 chain = nft_chain_lookup(ctx->net, ctx->table, in nft_verdict_init()