linux/net/decnet
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
..
netfilter [NETNS]: Consolidate kernel netlink socket destruction. 2008-01-28 15:08:07 -08:00
Kconfig [NET]: Rethink mark field in struct flowi 2006-12-02 21:21:39 -08:00
Makefile
README
TODO
af_decnet.c net: skb->dst accessors 2009-06-03 02:51:04 -07:00
dn_dev.c decnet: fix sparse warnings: symbol shadows an earlier one 2009-02-26 23:13:35 -08:00
dn_fib.c [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. 2008-03-26 04:39:55 +09:00
dn_neigh.c net: skb->dst accessors 2009-06-03 02:51:04 -07:00
dn_nsp_in.c decnet: Use data ready call back, rather than hand coding it 2009-05-09 13:15:47 -07:00
dn_nsp_out.c net: skb->dst accessors 2009-06-03 02:51:04 -07:00
dn_route.c net: skb->dst accessors 2009-06-03 02:51:04 -07:00
dn_rules.c net: Remove unused parameter from fill method in fib_rules_ops. 2009-05-20 17:26:23 -07:00
dn_table.c netlink: change nlmsg_notify() return value logic 2009-02-24 23:18:28 -08:00
dn_timer.c
sysctl_net_decnet.c decnet: fix sparse warnings: symbol shadows an earlier one 2009-02-26 23:13:35 -08:00

README

                       Linux DECnet Project
                      ======================

The documentation for this kernel subsystem is available in the
Documentation/networking subdirectory of this distribution and also
on line at http://www.chygwyn.com/DECnet/

Steve Whitehouse <SteveW@ACM.org>