Arnaldo Carvalho de Melo 459a98ed88 [SK_BUFF]: Introduce skb_reset_mac_header(skb)
For the common, open coded 'skb->mac.raw = skb->data' operation, so that we can
later turn skb->mac.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@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2007-04-25 22:24:32 -07:00
..
2007-03-02 20:44:51 -08:00
2007-03-02 20:44:51 -08:00
2007-03-29 11:46:52 -07:00
2007-04-19 15:01:16 -04:00
2007-03-02 20:16:10 -05:00
2007-03-02 20:44:51 -08:00
2007-04-11 11:54:43 -04:00
2007-03-23 01:48:33 -04:00
2007-04-19 15:01:17 -04:00
2007-02-27 04:16:03 -05:00
2007-04-06 17:35:37 -07:00