linux/net/llc
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
Makefile
af_llc.c [NET] LLC: Fix whitespace errors. 2007-02-10 23:19:53 -08:00
llc_c_ac.c
llc_c_ev.c
llc_c_st.c
llc_conn.c [NET] LLC: Fix whitespace errors. 2007-02-10 23:19:53 -08:00
llc_core.c
llc_if.c
llc_input.c [NET] LLC: Fix whitespace errors. 2007-02-10 23:19:53 -08:00
llc_output.c [LLC]: Use skb_reset_mac_header in llc_mac_hdr_init 2007-04-25 22:24:35 -07:00
llc_pdu.c [NET] LLC: Fix whitespace errors. 2007-02-10 23:19:53 -08:00
llc_proc.c [PATCH] mark struct file_operations const 8 2007-02-12 09:48:46 -08:00
llc_s_ac.c
llc_s_ev.c
llc_s_st.c [NET] LLC: Fix whitespace errors. 2007-02-10 23:19:53 -08:00
llc_sap.c [SK_BUFF]: Introduce skb_reset_transport_header(skb) 2007-04-25 22:25:15 -07:00
llc_station.c [NET] LLC: Fix whitespace errors. 2007-02-10 23:19:53 -08:00
sysctl_net_llc.c [PATCH] sysctl: remove insert_at_head from register_sysctl 2007-02-14 08:09:59 -08:00