From: Arnaldo Carvalho de Melo Date: Thu, 26 Apr 2007 01:04:18 +0000 (-0700) Subject: [SK_BUFF]: Introduce skb_transport_header(skb) X-Git-Tag: v2.6.22-rc1~1128^2~308 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c70220b73908f64792422a2c39c593c4792f2c5;p=pandora-kernel.git [SK_BUFF]: Introduce skb_transport_header(skb) For the places where we need a pointer to the transport header, it is still legal to touch skb->h.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