Searched refs:destroy_func (Results 1 – 1 of 1) sorted by relevance
325 void (*destroy_func)(npf_t *, npf_nat_t *, npf_conn_t *); in npf_alg_destroy() local327 if ((destroy_func = atomic_load_relaxed(&f->destroy)) != NULL) { in npf_alg_destroy()328 destroy_func(npf, nat, con); in npf_alg_destroy()