Searched defs:nft_set_ops (Results 1 – 1 of 1) sorted by relevance
238 struct nft_set_ops { struct239 bool (*lookup)(const struct nft_set *set,242 bool (*update)(struct nft_set *set,251 int (*insert)(const struct nft_set *set,253 void (*activate)(const struct nft_set *set,278 int nft_register_set(struct nft_set_ops *ops); argument