netfilter: nf_conntrack: add efficient mark to zone mapping
[deliverable/linux.git] / net / ipv4 / netfilter / nf_conntrack_proto_icmp.c
index 8a2f41c2fe6f055c477aff62de801ed841163712..cdde3ec496e94321c424d3dd37b31cb305e05451 100644 (file)
@@ -135,9 +135,10 @@ icmp_error_message(struct net *net, struct nf_conn *tmpl, struct sk_buff *skb,
        const struct nf_conntrack_l4proto *innerproto;
        const struct nf_conntrack_tuple_hash *h;
        const struct nf_conntrack_zone *zone;
+       struct nf_conntrack_zone tmp;
 
        NF_CT_ASSERT(skb->nfct == NULL);
-       zone = nf_ct_zone_tmpl(tmpl);
+       zone = nf_ct_zone_tmpl(tmpl, skb, &tmp);
 
        /* Are they talking about one of our connections? */
        if (!nf_ct_get_tuplepr(skb,
This page took 0.029311 seconds and 5 git commands to generate.