Searched defs:nft_set_ops (Results 1 – 1 of 1) sorted by relevance
463 struct nft_set_ops { struct464 const struct nft_set_ext * (*lookup)(const struct net *net,467 const struct nft_set_ext * (*update)(struct nft_set *set,471 bool (*delete)(const struct nft_set *set,474 int (*insert)(const struct net *net,478 void (*activate)(const struct net *net,481 struct nft_elem_priv * (*deactivate)(const struct net *net,484 void (*flush)(const struct net *net,487 void (*remove)(const struct net *net,490 void (*walk)(const struct nft_ctx *ctx,[all …]