Home
last modified time | relevance | path

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

/Linux-v4.19/net/netfilter/
Dnf_tables_api.c848 err = rhltable_init(&table->chains_ht, &nft_chain_ht_params); in nf_tables_newtable()
868 rhltable_destroy(&table->chains_ht); in nf_tables_newtable()
1010 rhltable_destroy(&ctx->table->chains_ht); in nf_tables_table_destroy()
1083 list = rhltable_lookup(&table->chains_ht, search, nft_chain_ht_params); in nft_chain_lookup()
1622 err = rhltable_insert_key(&table->chains_ht, chain->name, in nf_tables_addchain()
1629 rhltable_remove(&table->chains_ht, &chain->rhlhead, in nf_tables_addchain()
6140 rhltable_remove(&trans->ctx.table->chains_ht, in nft_chain_commit_update()
6144 rhltable_insert_key(&trans->ctx.table->chains_ht, in nft_chain_commit_update()
6332 WARN_ON_ONCE(rhltable_remove(&table->chains_ht, &chain->rhlhead, in nft_chain_del()
/Linux-v4.19/include/net/netfilter/
Dnf_tables.h986 struct rhltable chains_ht; member