From: Arnaldo Carvalho de Melo Date: Fri, 16 Mar 2007 20:26:39 +0000 (-0300) Subject: [SK_BUFF]: Introduce skb_network_header_len X-Git-Tag: v2.6.22-rc1~1128^2~265 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfe1fc7759fdacb0c650b575daed1692bf3eaece;p=pandora-kernel.git [SK_BUFF]: Introduce skb_network_header_len For the common sequence "skb->h.raw - skb->nh.raw", similar to skb->mac_len, that is precalculated tho, don't think we need to bloat skb with one more member, so just use this new helper, reducing the number of non-skbuff.h references to the layer headers even more. Signed-off-by: Arnaldo Carvalho de Melo Signed-off-by: David S. Miller --- Reading git-diff-tree failed