Searched refs:rhlhead (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/include/net/netfilter/ |
D | nf_tables.h | 878 struct rhlist_head rhlhead; member
|
/Linux-v4.19/net/netfilter/ |
D | nf_tables_api.c | 43 .head_offset = offsetof(struct nft_chain, rhlhead), 1087 rhl_for_each_entry_rcu(chain, tmp, list, rhlhead) { in nft_chain_lookup() 1623 &chain->rhlhead, nft_chain_ht_params); in nf_tables_addchain() 1629 rhltable_remove(&table->chains_ht, &chain->rhlhead, in nf_tables_addchain() 6141 &trans->ctx.chain->rhlhead, in nft_chain_commit_update() 6146 &trans->ctx.chain->rhlhead, in nft_chain_commit_update() 6332 WARN_ON_ONCE(rhltable_remove(&table->chains_ht, &chain->rhlhead, in nft_chain_del()
|