Lines Matching refs:tmpl
210 if (params->tmpl) in tcf_ct_params_free()
211 nf_conntrack_put(¶ms->tmpl->ct_general); in tcf_ct_params_free()
375 struct nf_conn *tmpl = NULL; in tcf_ct_act() local
388 tmpl = p->tmpl; in tcf_ct_act()
429 if (tmpl) { in tcf_ct_act()
433 nf_conntrack_get(&tmpl->ct_general); in tcf_ct_act()
434 nf_ct_set(skb, tmpl, IP_CT_NEW); in tcf_ct_act()
584 struct nf_conn *tmpl; in tcf_ct_fill_params() local
644 tmpl = nf_ct_tmpl_alloc(net, &zone, GFP_KERNEL); in tcf_ct_fill_params()
645 if (!tmpl) { in tcf_ct_fill_params()
649 __set_bit(IPS_CONFIRMED_BIT, &tmpl->status); in tcf_ct_fill_params()
650 nf_conntrack_get(&tmpl->ct_general); in tcf_ct_fill_params()
651 p->tmpl = tmpl; in tcf_ct_fill_params()