Home
last modified time | relevance | path

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

/linux-4.4.14/net/netfilter/
Dnft_hash.c27 struct nft_hash { struct
77 struct nft_hash *priv = nft_set_priv(set); in nft_hash_lookup()
100 struct nft_hash *priv = nft_set_priv(set); in nft_hash_update()
131 struct nft_hash *priv = nft_set_priv(set); in nft_hash_insert()
155 struct nft_hash *priv = nft_set_priv(set); in nft_hash_deactivate()
179 struct nft_hash *priv = nft_set_priv(set); in nft_hash_remove()
188 struct nft_hash *priv = nft_set_priv(set); in nft_hash_walk()
243 struct nft_hash *priv; in nft_hash_gc()
248 priv = container_of(work, struct nft_hash, gc_work.work); in nft_hash_gc()
290 return sizeof(struct nft_hash); in nft_hash_privsize()
[all …]
DMakefile87 obj-$(CONFIG_NFT_HASH) += nft_hash.o