Home
last modified time | relevance | path

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

/linux-6.15/net/netfilter/
H A Dnft_connlimit.c258 .destroy_clone = nft_connlimit_destroy_clone,
H A Dnft_counter.c301 .destroy_clone = nft_counter_destroy,
H A Dnf_tables_api.c6682 if (expr->ops->destroy_clone) { in __nft_set_elem_expr_destroy()
6683 expr->ops->destroy_clone(ctx, expr); in __nft_set_elem_expr_destroy()
/linux-6.15/include/net/netfilter/
H A Dnf_tables.h970 void (*destroy_clone)(const struct nft_ctx *ctx, member