Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/netfilter/
Dnf_tables.h303 struct nft_set { struct
316 const struct nft_set_ops *ops ____cacheline_aligned; argument
325 static inline void *nft_set_priv(const struct nft_set *set) in nft_set_priv() argument
/linux-4.4.14/net/netfilter/
Dnft_hash.c93 void *(*new)(struct nft_set *, in nft_hash_update()