Searched refs:nf_tables_chain_lookup (Results 1 – 1 of 1) sorted by relevance
854 static struct nft_chain *nf_tables_chain_lookup(const struct nft_table *table, in nf_tables_chain_lookup() function1088 chain = nf_tables_chain_lookup(table, nla[NFTA_CHAIN_NAME]); in nf_tables_getchain()1216 chain = nf_tables_chain_lookup(table, name); in nf_tables_newchain()1255 !IS_ERR(nf_tables_chain_lookup(table, nla[NFTA_CHAIN_NAME]))) in nf_tables_newchain()1427 chain = nf_tables_chain_lookup(table, nla[NFTA_CHAIN_NAME]); in nf_tables_delchain()1891 chain = nf_tables_chain_lookup(table, nla[NFTA_RULE_CHAIN]); in nf_tables_getrule()1969 chain = nf_tables_chain_lookup(table, nla[NFTA_RULE_CHAIN]); in nf_tables_newrule()2129 chain = nf_tables_chain_lookup(table, nla[NFTA_RULE_CHAIN]); in nf_tables_delrule()4348 chain = nf_tables_chain_lookup(ctx->table, in nft_verdict_init()