Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753646AbWL1Qnf (ORCPT ); Thu, 28 Dec 2006 11:43:35 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753662AbWL1Qnf (ORCPT ); Thu, 28 Dec 2006 11:43:35 -0500 Received: from tmailer.gwdg.de ([134.76.10.23]:39286 "EHLO tmailer.gwdg.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753645AbWL1Qnf (ORCPT ); Thu, 28 Dec 2006 11:43:35 -0500 Date: Thu, 28 Dec 2006 17:42:42 +0100 (MET) From: Jan Engelhardt To: Netfilter Developer Mailing List cc: Linux Kernel Mailing List , kaber@trash.net Subject: skb->h not initialized Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Report: Content analysis: 0.0 points, 6.0 required _SUMMARY_ Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 682 Lines: 21 Hi, while writing a netfilter match module I found that, when run, skb->h.th is not set to the TCP header (it is assured that the packet _is_ TCP), as this printk shows me: skb: h.th=cb5bc4dc nh.iph=cb5bc4dc mac.raw=cb5bc4ce head=cb5bc400 data=cb5bc4dc tail=cb5bc510 end=cb5bc580 Is it intended that skb->h.th is not set to skb->data + length of ip header (skb->data+protoff as far as netfilter matches are concerned)? -`J' -- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/