nf_ct_untimeout
void nf_ct_untimeout(struct net *net, struct nf_ct_timeout *timeout);
EXPORT_SYMBOL_GPL(nf_ct_untimeout);
nf_ct_untimeout(net, &timeout->timeout);
nf_ct_untimeout(net, NULL);
nf_ct_untimeout(ctx->net, timeout);