Home
last modified time | relevance | path

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

/linux-6.1.9/net/netfilter/
Dnft_counter.c293 .destroy_clone = nft_counter_destroy,
Dnft_connlimit.c257 .destroy_clone = nft_connlimit_destroy_clone,
Dnf_tables_api.c5631 if (expr->ops->destroy_clone) { in __nft_set_elem_expr_destroy()
5632 expr->ops->destroy_clone(ctx, expr); in __nft_set_elem_expr_destroy()
/linux-6.1.9/include/net/netfilter/
Dnf_tables.h935 void (*destroy_clone)(const struct nft_ctx *ctx, member