Searched defs:nft_set_ops (Results 1 – 1 of 1) sorted by relevance
239 struct nft_set_ops { struct240 bool (*lookup)(const struct nft_set *set,243 bool (*update)(struct nft_set *set,252 int (*insert)(const struct nft_set *set,254 void (*activate)(const struct nft_set *set,279 int nft_register_set(struct nft_set_ops *ops); argument