commit | dfbf97f3ac980b69dfbc41c83a208211a38443e8 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <[email protected]> | Tue Jun 02 05:13:45 2009 +0000 |
committer | David S. Miller <[email protected]> | Wed Jun 03 02:51:01 2009 -0700 |
tree | 5d05ba74f63681c7690cdbbe6182de6263f3dfad | |
parent | 3be8c940a64009afc484c380cb0f8f4a07136519 [diff] |
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 <[email protected]> Signed-off-by: David S. Miller <[email protected]>