Home
last modified time | relevance | path

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

/linux/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.c6526 if (expr->ops->destroy_clone) { in __nft_set_elem_expr_destroy()
6527 expr->ops->destroy_clone(ctx, expr); in __nft_set_elem_expr_destroy()
/linux/include/net/netfilter/
H A Dnf_tables.h961 void (*destroy_clone)(const struct nft_ctx *ctx, member