Home
last modified time | relevance | path

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

/linux-4.1.27/net/netfilter/
Dnf_tables_api.c854 static struct nft_chain *nf_tables_chain_lookup(const struct nft_table *table, in nf_tables_chain_lookup() function
1088 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()