Home
last modified time | relevance | path

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

/Linux-v4.19/net/netfilter/
Dnft_counter.c261 .destroy_clone = nft_counter_destroy,
Dnft_connlimit.c241 .destroy_clone = nft_connlimit_destroy_clone,
Dnf_tables_api.c4216 if (expr->ops->destroy_clone) { in nft_set_elem_destroy()
4217 expr->ops->destroy_clone(&ctx, expr); in nft_set_elem_destroy()
/Linux-v4.19/include/net/netfilter/
Dnf_tables.h751 void (*destroy_clone)(const struct nft_ctx *ctx, member