]> bbs.cooldavid.org Git - net-next-2.6.git/commit - net/ipv4/icmp.c
net: reduce structures when XFRM=n
authorAlexey Dobriyan <adobriyan@gmail.com>
Tue, 28 Oct 2008 20:24:06 +0000 (13:24 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 28 Oct 2008 20:24:06 +0000 (13:24 -0700)
commitdef8b4faff5ca349beafbbfeb2c51f3602a6ef3a
treea90fbb0b6ae2a49c507465801f31df77bc5ebf9d
parentb057efd4d226fcc3a92b0dc6d8ea8e8185ecb260
net: reduce structures when XFRM=n

ifdef out
* struct sk_buff::sp (pointer)
* struct dst_entry::xfrm (pointer)
* struct sock::sk_policy (2 pointers)

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/skbuff.h
include/net/dst.h
include/net/sock.h
include/net/xfrm.h
net/core/skbuff.c
net/ipv4/icmp.c
net/ipv4/ip_forward.c
net/ipv4/route.c
net/ipv6/icmp.c
net/ipv6/ip6_output.c
security/selinux/hooks.c