Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dfs_chains.c15 #define chains_ht(chains) ((chains)->chains_ht) macro
24 struct rhashtable chains_ht; member
323 err = rhashtable_insert_fast(&chains_ht(chains), &chain_s->node, in mlx5_chains_create_chain()
342 rhashtable_remove_fast(&chains_ht(chains), &chain->node, in mlx5_chains_destroy_chain()
354 chain_s = rhashtable_lookup_fast(&chains_ht(chains), &chain, in mlx5_chains_get_chain()
738 err = rhashtable_init(&chains_ht(chains), &chain_params); in mlx5_chains_init()
751 rhashtable_destroy(&chains_ht(chains)); in mlx5_chains_init()
762 rhashtable_destroy(&chains_ht(chains)); in mlx5_chains_cleanup()
/linux-6.12.1/net/netfilter/
Dnf_tables_api.c1490 err = rhltable_init(&table->chains_ht, &nft_chain_ht_params); in nf_tables_newtable()
1513 rhltable_destroy(&table->chains_ht); in nf_tables_newtable()
1678 rhltable_destroy(&table->chains_ht); in nf_tables_table_destroy()
1751 list = rhltable_lookup(&table->chains_ht, search, nft_chain_ht_params); in nft_chain_lookup()
2487 err = rhltable_insert_key(&table->chains_ht, chain->name, in nft_chain_add()
3648 list = rhltable_lookup(&table->chains_ht, ctx->chain, in nf_tables_dump_rules()
9586 rhltable_remove(&table->chains_ht, in nft_chain_commit_update()
9590 rhltable_insert_key(&table->chains_ht, in nft_chain_commit_update()
9884 WARN_ON_ONCE(rhltable_remove(&table->chains_ht, &chain->rhlhead, in nft_chain_del()
/linux-6.12.1/include/net/netfilter/
Dnf_tables.h1283 struct rhltable chains_ht; member