Home
last modified time | relevance | path

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

/Linux-v6.1/net/netfilter/
Dnft_counter.c293 .destroy_clone = nft_counter_destroy,
Dnft_connlimit.c257 .destroy_clone = nft_connlimit_destroy_clone,
Dnf_tables_api.c5552 if (expr->ops->destroy_clone) { in __nft_set_elem_expr_destroy()
5553 expr->ops->destroy_clone(ctx, expr); in __nft_set_elem_expr_destroy()
/Linux-v6.1/include/net/netfilter/
Dnf_tables.h921 void (*destroy_clone)(const struct nft_ctx *ctx, member