Home
last modified time | relevance | path

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

/Linux-v5.4/net/netfilter/
Dnf_tables_api.c919 err = rhltable_init(&table->chains_ht, &nft_chain_ht_params); in nf_tables_newtable()
939 rhltable_destroy(&table->chains_ht); in nf_tables_newtable()
1082 rhltable_destroy(&ctx->table->chains_ht); in nf_tables_table_destroy()
1155 list = rhltable_lookup(&table->chains_ht, search, nft_chain_ht_params); in nft_chain_lookup()
1705 err = rhltable_insert_key(&table->chains_ht, chain->name, in nf_tables_addchain()
1713 rhltable_remove(&table->chains_ht, &chain->rhlhead, in nf_tables_addchain()
2459 list = rhltable_lookup(&table->chains_ht, ctx->chain, in nf_tables_dump_rules()
6467 rhltable_remove(&trans->ctx.table->chains_ht, in nft_chain_commit_update()
6471 rhltable_insert_key(&trans->ctx.table->chains_ht, in nft_chain_commit_update()
6690 WARN_ON_ONCE(rhltable_remove(&table->chains_ht, &chain->rhlhead, in nft_chain_del()
/Linux-v5.4/include/net/netfilter/
Dnf_tables.h1022 struct rhltable chains_ht; member