Home
last modified time | relevance | path

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

/linux-4.4.14/net/netfilter/
Dnf_tables_api.c892 static struct nft_chain *nf_tables_chain_lookup(const struct nft_table *table, in nf_tables_chain_lookup() function
1131 chain = nf_tables_chain_lookup(table, nla[NFTA_CHAIN_NAME]); in nf_tables_getchain()
1263 chain = nf_tables_chain_lookup(table, name); in nf_tables_newchain()
1302 !IS_ERR(nf_tables_chain_lookup(table, nla[NFTA_CHAIN_NAME]))) in nf_tables_newchain()
1498 chain = nf_tables_chain_lookup(table, nla[NFTA_CHAIN_NAME]); in nf_tables_delchain()
1962 chain = nf_tables_chain_lookup(table, nla[NFTA_RULE_CHAIN]); in nf_tables_getrule()
2039 chain = nf_tables_chain_lookup(table, nla[NFTA_RULE_CHAIN]); in nf_tables_newrule()
2198 chain = nf_tables_chain_lookup(table, nla[NFTA_RULE_CHAIN]); in nf_tables_delrule()
4417 chain = nf_tables_chain_lookup(ctx->table, in nft_verdict_init()