Lines Matching defs:tmpl
875 if (params->tmpl)
876 nf_ct_put(params->tmpl);
955 struct nf_conn *tmpl = NULL;
971 tmpl = p->tmpl;
1017 if (tmpl) {
1019 nf_conntrack_get(&tmpl->ct_general);
1020 nf_ct_set(skb, tmpl, IP_CT_NEW);
1043 err = __nf_ct_try_assign_helper(ct, p->tmpl, GFP_ATOMIC);
1204 struct nf_conn *tmpl;
1261 tmpl = nf_ct_tmpl_alloc(net, &zone, GFP_KERNEL);
1262 if (!tmpl) {
1266 p->tmpl = tmpl;
1277 err = nf_ct_add_helper(tmpl, name, family, proto,
1286 __set_bit(IPS_CONFIRMED_BIT, &tmpl->status);
1289 nf_ct_put(p->tmpl);
1290 p->tmpl = NULL;