Searched defs:nft_set_ops (Results 1 – 1 of 1) sorted by relevance
321 struct nft_set_ops { struct322 bool (*lookup)(const struct net *net,326 bool (*update)(struct nft_set *set,334 bool (*delete)(const struct nft_set *set,337 int (*insert)(const struct net *net,341 void (*activate)(const struct net *net,344 void * (*deactivate)(const struct net *net,347 bool (*flush)(const struct net *net,350 void (*remove)(const struct net *net,353 void (*walk)(const struct nft_ctx *ctx,[all …]