Home
last modified time | relevance | path

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

/Linux-v6.6/net/netfilter/
Dnft_counter.c294 .destroy_clone = nft_counter_destroy,
Dnft_connlimit.c258 .destroy_clone = nft_connlimit_destroy_clone,
Dnf_tables_api.c6210 if (expr->ops->destroy_clone) { in __nft_set_elem_expr_destroy()
6211 expr->ops->destroy_clone(ctx, expr); in __nft_set_elem_expr_destroy()
/Linux-v6.6/include/net/netfilter/
Dnf_tables.h900 void (*destroy_clone)(const struct nft_ctx *ctx, member