Eric Dumazet
ee6b967301
[IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid casts
...
(Anonymous) unions can help us to avoid ugly casts.
A common cast it the (struct rtable *)skb->dst one.
Defining an union like :
union {
struct dst_entry *dst;
struct rtable *rtable;
};
permits to use skb->rtable in place.
Signed-off-by: Eric Dumazet <dada1@cosmosbay.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-03-05 18:30:47 -08:00
..
2008-01-28 15:02:40 -08:00
2008-01-28 15:02:27 -08:00
2008-01-28 15:02:40 -08:00
2008-02-27 12:07:47 -08:00
2008-01-31 19:27:54 -08:00
2008-02-07 17:56:34 -08:00
2008-01-28 14:59:07 -08:00
2008-01-31 19:28:07 -08:00
2008-01-31 19:28:07 -08:00
2008-01-31 19:28:07 -08:00
2008-01-31 19:27:54 -08:00
2008-01-31 19:27:46 -08:00
2008-01-28 15:02:41 -08:00
2008-03-05 18:30:47 -08:00
2008-01-31 19:28:02 -08:00
2008-01-31 19:28:09 -08:00
2008-01-31 19:27:59 -08:00
2008-01-31 19:28:12 -08:00
2008-01-31 19:27:59 -08:00
2008-02-14 14:50:21 -08:00
2008-01-31 19:28:11 -08:00
2008-01-31 19:28:11 -08:00
2008-01-28 15:01:11 -08:00
2008-01-31 19:28:10 -08:00
2008-01-31 19:28:08 -08:00
2008-02-29 11:39:17 -08:00
2008-01-31 19:28:08 -08:00
2008-01-31 19:27:27 -08:00
2008-01-28 14:59:05 -08:00
2008-01-31 19:27:45 -08:00
2008-02-19 17:17:52 -08:00
2008-01-28 15:08:07 -08:00
2008-01-31 19:28:06 -08:00
2008-01-28 15:02:26 -08:00
2008-01-28 15:02:26 -08:00
2008-01-28 15:02:26 -08:00
2008-01-31 19:27:55 -08:00
2008-01-28 15:02:26 -08:00
2008-01-28 15:02:26 -08:00
2008-01-28 15:02:26 -08:00
2008-02-27 12:20:41 -08:00
2008-01-28 15:02:26 -08:00
2008-01-28 15:02:26 -08:00
2008-01-28 15:02:26 -08:00
2008-01-28 15:02:26 -08:00
2008-02-19 17:19:44 -08:00
2008-01-28 15:02:26 -08:00
2008-02-19 17:20:06 -08:00
2008-01-28 15:02:26 -08:00
2008-01-28 15:02:26 -08:00
2008-01-28 15:02:26 -08:00
2008-01-28 15:02:26 -08:00
2008-01-28 15:02:26 -08:00
2008-01-28 15:02:26 -08:00
2008-01-28 15:02:26 -08:00
2008-01-28 15:02:26 -08:00
2008-01-28 15:02:26 -08:00
2008-01-31 19:27:43 -08:00
2008-01-28 15:02:26 -08:00
2008-01-28 15:02:26 -08:00
2008-01-28 15:02:26 -08:00
2008-01-28 15:02:26 -08:00
2008-01-28 14:56:03 -08:00
2008-01-28 15:11:10 -08:00
2008-01-28 15:02:26 -08:00
2008-01-28 15:02:26 -08:00
2008-02-13 17:41:39 -08:00
2008-01-28 14:59:07 -08:00
2008-01-28 15:02:26 -08:00
2008-01-28 15:02:26 -08:00
2008-01-28 15:02:26 -08:00
2008-01-31 19:27:42 -08:00
2008-01-28 15:02:26 -08:00
2008-01-28 15:02:26 -08:00
2008-01-28 15:02:26 -08:00
2008-01-28 15:02:26 -08:00
2008-02-19 17:18:20 -08:00