Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/netfilter/
Dnf_tables.h238 struct nft_set_ops { struct
278 int nft_register_set(struct nft_set_ops *ops); argument
279 void nft_unregister_set(struct nft_set_ops *ops);
315 const struct nft_set_ops *ops ____cacheline_aligned;
/linux-4.1.27/net/netfilter/
Dnft_rbtree.c249 static struct nft_set_ops nft_rbtree_ops __read_mostly = {
Dnft_hash.c362 static struct nft_set_ops nft_hash_ops __read_mostly = {
Dnf_tables_api.c2165 int nft_register_set(struct nft_set_ops *ops) in nft_register_set()
2174 void nft_unregister_set(struct nft_set_ops *ops) in nft_unregister_set()
2187 static const struct nft_set_ops *
2192 const struct nft_set_ops *ops, *bops; in nft_select_set_ops()
2627 const struct nft_set_ops *ops; in nf_tables_newset()