nf_ct_destroy
void nf_ct_destroy(struct nf_conntrack *nfct);
nf_ct_destroy(&ct->ct_general);
.destroy = nf_ct_destroy,
EXPORT_SYMBOL(nf_ct_destroy);