[NET]: Store skb->timestamp as offset to a base timestamp
authorPatrick McHardy <kaber@trash.net>
Mon, 15 Aug 2005 00:24:31 +0000 (17:24 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 29 Aug 2005 22:58:24 +0000 (15:58 -0700)
commita61bbcf28a8cb0ba56f8193d512f7222e711a294
tree33ae1976ab3b08aac516debb2742d2c6696d5436
parent25ed891019b84498c83903ecf53df7ce35e9cff6
[NET]: Store skb->timestamp as offset to a base timestamp

Reduces skb size by 8 bytes on 64-bit.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
39 files changed:
drivers/atm/ambassador.c
drivers/atm/atmtcp.c
drivers/atm/eni.c
drivers/atm/firestream.c
drivers/atm/fore200e.c
drivers/atm/he.c
drivers/atm/horizon.c
drivers/atm/idt77252.c
drivers/atm/lanai.c
drivers/atm/nicstar.c
drivers/atm/zatm.c
include/linux/skbuff.h
include/net/bluetooth/hci_core.h
include/net/neighbour.h
include/net/sock.h
net/bluetooth/hci_core.c
net/bluetooth/hci_event.c
net/bluetooth/hci_sock.c
net/bridge/netfilter/ebt_ulog.c
net/core/dev.c
net/core/neighbour.c
net/core/skbuff.c
net/econet/af_econet.c
net/ipv4/arp.c
net/ipv4/ip_fragment.c
net/ipv4/netfilter/ip_queue.c
net/ipv4/netfilter/ipt_ULOG.c
net/ipv4/tcp_input.c
net/ipv4/tcp_output.c
net/ipv6/ndisc.c
net/ipv6/netfilter/ip6_queue.c
net/ipv6/reassembly.c
net/ipx/af_ipx.c
net/netfilter/nfnetlink_log.c
net/netfilter/nfnetlink_queue.c
net/packet/af_packet.c
net/sctp/input.c
net/sctp/sm_make_chunk.c
net/sunrpc/svcsock.c