Searched refs:nft_set_ops (Results 1 – 4 of 4) sorted by relevance
238 struct nft_set_ops { struct278 int nft_register_set(struct nft_set_ops *ops); argument279 void nft_unregister_set(struct nft_set_ops *ops);315 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 = {
2165 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()