X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=net%2Fcore%2Fnetfilter.c;h=58632d189f52e3534f3e4a17909b442f450bd813;hb=9c920a8402f2bb9bd931801d429b65f4eb6a262b;hp=e5e32b0a4818c4071604782186ea7cb4db24049a;hpb=a91482bdcc2e0f6035702e46f1b99043a0893346;p=linux-2.6.git diff --git a/net/core/netfilter.c b/net/core/netfilter.c index e5e32b0a4..58632d189 100644 --- a/net/core/netfilter.c +++ b/net/core/netfilter.c @@ -204,9 +204,6 @@ void nf_dump_skb(int pf, struct sk_buff *skb) for (opti = 0; opti < (ip->ihl - sizeof(struct iphdr) / 4); opti++) printk(" O=0x%8.8X", *opt++); - printk(" MARK=%lu (0x%lu)", - (long unsigned int)skb->nfmark, - (long unsigned int)skb->nfmark); printk("\n"); } } @@ -834,6 +831,3 @@ EXPORT_SYMBOL(nf_setsockopt); EXPORT_SYMBOL(nf_unregister_hook); EXPORT_SYMBOL(nf_unregister_queue_handler); EXPORT_SYMBOL(nf_unregister_sockopt); -#ifdef CONFIG_NETFILTER_DEBUG -EXPORT_SYMBOL(nf_dump_skb); -#endif