Searched refs:nft_set_ops (Results 1 – 4 of 4) sorted by relevance
239 struct nft_set_ops { struct279 int nft_register_set(struct nft_set_ops *ops); argument280 void nft_unregister_set(struct nft_set_ops *ops);316 const struct nft_set_ops *ops ____cacheline_aligned;
249 static struct nft_set_ops nft_rbtree_ops __read_mostly = {
362 static struct nft_set_ops nft_hash_ops __read_mostly = {
2234 int nft_register_set(struct nft_set_ops *ops) in nft_register_set()2243 void nft_unregister_set(struct nft_set_ops *ops) in nft_unregister_set()2256 static const struct nft_set_ops *2261 const struct nft_set_ops *ops, *bops; in nft_select_set_ops()2696 const struct nft_set_ops *ops; in nf_tables_newset()