diff options
author | Patrick McHardy <kaber@trash.net> | 2006-03-20 17:12:12 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2006-03-20 17:12:12 -0800 |
commit | 77d2ca350018c507815f5d38a40ffb597eb9ae25 (patch) | |
tree | b4c9ec7f0cc4accc2f9361d36d9a318fb1d9da50 /net/socket.c | |
parent | ddd7bf9fe4e59afc0a041378f82b6e1aa88f714b (diff) | |
download | linux-stable-77d2ca350018c507815f5d38a40ffb597eb9ae25.tar.gz linux-stable-77d2ca350018c507815f5d38a40ffb597eb9ae25.tar.bz2 linux-stable-77d2ca350018c507815f5d38a40ffb597eb9ae25.zip |
[NET]: Reduce size of struct sk_buff on 64 bit architectures
Move skb->nf_mark next to skb->tc_index to remove a 4 byte hole between
skb->nfmark and skb->nfct and another one between skb->users and skb->head
when CONFIG_NETFILTER, CONFIG_NET_SCHED and CONFIG_NET_CLS_ACT are enabled.
For all other combinations the size stays the same.
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/socket.c')
0 files changed, 0 insertions, 0 deletions