linux/net/ipv6
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 net: skb->dst accessors 2009-06-03 02:51:04 -07:00
addrconf_core.c
addrconf.c IPv6: Add 'autoconf' and 'disable_ipv6' module parameters 2009-06-01 03:07:33 -07:00
addrlabel.c
af_inet6.c IPv6: Add 'autoconf' and 'disable_ipv6' module parameters 2009-06-01 03:07:33 -07:00
ah6.c
anycast.c
datagram.c
esp6.c
exthdrs_core.c
exthdrs.c net: skb->dst accessors 2009-06-03 02:51:04 -07:00
fib6_rules.c net: Remove unused parameter from fill method in fib_rules_ops. 2009-05-20 17:26:23 -07:00
icmp.c
inet6_connection_sock.c net: skb->dst accessors 2009-06-03 02:51:04 -07:00
inet6_hashtables.c
ip6_fib.c
ip6_flowlabel.c
ip6_input.c net: skb->dst accessors 2009-06-03 02:51:04 -07:00
ip6_output.c net: skb->dst accessors 2009-06-03 02:51:04 -07:00
ip6_tunnel.c net: skb->dst accessors 2009-06-03 02:51:04 -07:00
ip6mr.c net: skb->dst accessors 2009-06-03 02:51:04 -07:00
ipcomp6.c
ipv6_sockglue.c
Kconfig
Makefile
mcast.c net: skb->dst accessors 2009-06-03 02:51:04 -07:00
mip6.c
ndisc.c net: skb->dst accessors 2009-06-03 02:51:04 -07:00
netfilter.c net: skb->dst accessors 2009-06-03 02:51:04 -07:00
proc.c
protocol.c
raw.c net: skb->dst accessors 2009-06-03 02:51:04 -07:00
reassembly.c net: skb->dst accessors 2009-06-03 02:51:04 -07:00
route.c net: skb->dst accessors 2009-06-03 02:51:04 -07:00
sit.c net: skb->dst accessors 2009-06-03 02:51:04 -07:00
syncookies.c
sysctl_net_ipv6.c
tcp_ipv6.c net: skb->dst accessors 2009-06-03 02:51:04 -07:00
tunnel6.c
udp_impl.h
udp.c net: skb->dst accessors 2009-06-03 02:51:04 -07:00
udplite.c
xfrm6_input.c
xfrm6_mode_beet.c
xfrm6_mode_ro.c
xfrm6_mode_transport.c
xfrm6_mode_tunnel.c net: skb->dst accessors 2009-06-03 02:51:04 -07:00
xfrm6_output.c net: skb->dst accessors 2009-06-03 02:51:04 -07:00
xfrm6_policy.c
xfrm6_state.c
xfrm6_tunnel.c