Home
last modified time | relevance | path

Searched defs:nft_set (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/net/netfilter/
Dnf_tables.h302 struct nft_set { struct
315 const struct nft_set_ops *ops ____cacheline_aligned; argument
324 static inline void *nft_set_priv(const struct nft_set *set) in nft_set_priv() argument
/linux-4.1.27/net/netfilter/
Dnft_hash.c93 void *(*new)(struct nft_set *, in nft_hash_update()