]> git.baikalelectronics.ru Git - kernel.git/commit
net: add _skb_dst opaque field
authorEric Dumazet <eric.dumazet@gmail.com>
Tue, 2 Jun 2009 05:13:45 +0000 (05:13 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 3 Jun 2009 09:51:01 +0000 (02:51 -0700)
commit00d9f7cfd6a694494e521d9ad0d18c4d839e2efd
tree5d05ba74f63681c7690cdbbe6182de6263f3dfad
parentd96f63f6939217bbda9675fbc929c0dc77359e3c
net: add _skb_dst opaque field

struct sk_buff uses one union to define dst and rtable fields.

We want to replace direct access to these pointers by accessors.

First patch adds a new "unsigned long _skb_dst;" opaque field
in this union.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/skbuff.h