[NETFILTER]: nf_conntrack: replace NF_CT_DUMP_TUPLE macro indrection by function...
[deliverable/linux.git] / net / ipv6 / netfilter / nf_conntrack_proto_icmpv6.c
index 9ad40e0e17fcccbc5be7277cea53f605e9fb8da9..ee713b03e9ec81f252dc0b45a499a2769583ba55 100644 (file)
@@ -115,7 +115,7 @@ static bool icmpv6_new(struct nf_conn *ct, const struct sk_buff *skb,
                /* Can't create a new ICMPv6 `conn' with this. */
                pr_debug("icmpv6: can't create new conn with type %u\n",
                         type + 128);
-               NF_CT_DUMP_TUPLE(&ct->tuplehash[0].tuple);
+               nf_ct_dump_tuple_ipv6(&ct->tuplehash[0].tuple);
                return false;
        }
        atomic_set(&ct->proto.icmp.count, 0);
This page took 0.04694 seconds and 5 git commands to generate.