1
0
Fork 0
alistair23-linux/net/x25
Arnaldo Carvalho de Melo badff6d01a [SK_BUFF]: Introduce skb_reset_transport_header(skb)
For the common, open coded 'skb->h.raw = skb->data' operation, so that we can
later turn skb->h.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 cases:

skb->h.raw = skb->data;
skb->h.raw = {skb_push|[__]skb_pull}()

The next ones 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:25:15 -07:00
..
Kconfig [NET]: move config options out to individual protocols 2005-07-11 21:13:56 -07:00
Makefile [X.25]: Add call forwarding 2007-02-08 13:34:02 -08:00
af_x25.c [SK_BUFF]: Introduce skb_reset_transport_header(skb) 2007-04-25 22:25:15 -07:00
sysctl_net_x25.c [PATCH] sysctl: remove insert_at_head from register_sysctl 2007-02-14 08:09:59 -08:00
x25_dev.c [SK_BUFF]: Introduce skb_reset_transport_header(skb) 2007-04-25 22:25:15 -07:00
x25_facilities.c [NET] X25: Fix whitespace errors. 2007-02-10 23:20:22 -08:00
x25_forward.c [X25] x25_forward_call(): fix NULL dereferences 2007-03-20 00:09:46 -07:00
x25_in.c [SK_BUFF]: Introduce skb_reset_transport_header(skb) 2007-04-25 22:25:15 -07:00
x25_link.c [NET] X25: Fix whitespace errors. 2007-02-10 23:20:22 -08:00
x25_out.c [NET] X25: Fix whitespace errors. 2007-02-10 23:20:22 -08:00
x25_proc.c [PATCH] mark struct file_operations const 8 2007-02-12 09:48:46 -08:00
x25_route.c [NET] X25: Fix whitespace errors. 2007-02-10 23:20:22 -08:00
x25_subr.c [X25]: allow ITU-T DTE facilities for x25 2006-03-22 00:01:31 -08:00
x25_timer.c [NET] X25: Fix whitespace errors. 2007-02-10 23:20:22 -08:00