nf_ct_tmpl_alloc
struct nf_conn *nf_ct_tmpl_alloc(struct net *net,
EXPORT_SYMBOL_GPL(nf_ct_tmpl_alloc);
ct = nf_ct_tmpl_alloc(net, &nf_ct_zone_dflt, GFP_KERNEL);
ct = nf_ct_tmpl_alloc(nft_net(pkt), &zone, GFP_ATOMIC);
tmp = nf_ct_tmpl_alloc(&init_net, &zone, GFP_KERNEL);
ct = nf_ct_tmpl_alloc(par->net, &zone, GFP_KERNEL);
ct_info.ct = nf_ct_tmpl_alloc(net, &ct_info.zone, GFP_KERNEL);
tmpl = nf_ct_tmpl_alloc(net, &zone, GFP_KERNEL);