From: Arnaldo Carvalho de Melo Date: Wed, 11 Apr 2007 03:50:43 +0000 (-0700) Subject: [SK_BUFF]: Introduce skb_network_header() X-Git-Tag: v2.6.22-rc1~1128^2~335 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d56f90a7c96da5187f0cdf07ee7434fe6aa78bbc;p=pandora-kernel.git [SK_BUFF]: Introduce skb_network_header() For the places where we need a pointer to the network header, it is still legal to touch skb->nh.raw directly if just adding to, subtracting from or setting it to another layer header. Signed-off-by: Arnaldo Carvalho de Melo Signed-off-by: David S. Miller --- Reading git-diff-tree failed