Home
last modified time | relevance | path

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

/linux-6.15/net/netfilter/
H A Dnft_set_hash.c503 struct nft_hash_elem { struct
515 const struct nft_hash_elem *he; in nft_hash_lookup() argument
536 struct nft_hash_elem *he; in nft_hash_get()
556 const struct nft_hash_elem *he; in nft_hash_lookup_fast()
615 struct nft_hash_elem *he = nft_elem_priv_cast(elem_priv); in nft_hash_activate()
663 struct nft_hash_elem *he; in nft_hash_walk()
704 struct nft_hash_elem *he; in nft_hash_destroy()
727 (u64)desc->size * sizeof(struct nft_hash_elem); in nft_hash_estimate()
745 (u64)desc->size * sizeof(struct nft_hash_elem); in nft_hash_fast_estimate()
779 .elemsize = offsetof(struct nft_hash_elem, ext),
[all …]