alistair23-linux/security/selinux
Eric Dumazet adf30907d6 net: skb->dst accessors
Define three accessors to get/set dst attached to a skb

struct dst_entry *skb_dst(const struct sk_buff *skb)

void skb_dst_set(struct sk_buff *skb, struct dst_entry *dst)

void skb_dst_drop(struct sk_buff *skb)
This one should replace occurrences of :
dst_release(skb->dst)
skb->dst = NULL;

Delete skb->dst field

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-06-03 02:51:04 -07:00
..
include netlabel: Label incoming TCP connections correctly in SELinux 2009-03-28 15:01:36 +11:00
ss SELinux: remove unused av.decided field 2009-02-14 09:23:08 +11:00
avc.c SELinux: convert the avc cache hash list to an hlist 2009-02-14 09:23:48 +11:00
exports.c
hooks.c net: skb->dst accessors 2009-06-03 02:51:04 -07:00
Kconfig selinux: Deprecate and schedule the removal of the the compat_net functionality 2008-12-31 12:54:11 -05:00
Makefile
netif.c
netlabel.c netlabel: Label incoming TCP connections correctly in SELinux 2009-03-28 15:01:36 +11:00
netlink.c
netnode.c
netport.c
nlmsgtab.c SELinux: new permission between tty audit and audit socket 2009-03-06 08:50:21 +11:00
selinuxfs.c selinux: Remove the "compat_net" compatibility code 2009-03-28 15:01:37 +11:00
xfrm.c net: skb->dst accessors 2009-06-03 02:51:04 -07:00