[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <39e6f6c70703112126g6aff108cgc05b490ba39ded73@mail.gmail.com>
Date: Mon, 12 Mar 2007 01:26:52 -0300
From: "Arnaldo Carvalho de Melo" <acme@...stprotocols.net>
To: "David Miller" <davem@...emloft.net>
Cc: "Netdev List" <netdev@...r.kernel.org>
Subject: [PATCH 04/18][SK_BUFF]: Introduce skb_reset_network_header(skb)
For the common, open coded 'skb->nh.raw = skb->data' operation, so that we can
later turn skb->nh.raw into a offset, reducing the size of struct sk_buff in
64bit land while possibly keeping it as a pointer on 32bit.
This one touches just the most simple case, next will handle the slightly more
"complex" cases.
Signed-off-by: Arnaldo Carvalho de Melo <acme@...hat.com>
View attachment "0004-SK_BUFF-Introduce-skb_reset_network_header-skb.patch" of type "text/x-patch" (31588 bytes)
Powered by blists - more mailing lists