Home
last modified time | relevance | path

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

/Linux-v5.4/net/netfilter/
Dnft_connlimit.c238 .destroy_clone = nft_connlimit_destroy_clone,
Dnft_counter.c258 .destroy_clone = nft_counter_destroy,
Dnf_tables_api.c4425 if (expr->ops->destroy_clone) { in nft_set_elem_destroy()
4426 expr->ops->destroy_clone(&ctx, expr); in nft_set_elem_destroy()
/Linux-v5.4/include/net/netfilter/
Dnf_tables.h794 void (*destroy_clone)(const struct nft_ctx *ctx, member