Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/netfilter/
Dnf_tables.h239 struct nft_set_ops { struct
279 int nft_register_set(struct nft_set_ops *ops); argument
280 void nft_unregister_set(struct nft_set_ops *ops);
316 const struct nft_set_ops *ops ____cacheline_aligned;
/linux-4.4.14/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.c2234 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()