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
..
2008-11-25 21:13:25 -08:00
2008-11-25 21:13:25 -08:00
2008-11-25 21:13:25 -08:00
2008-11-25 21:13:25 -08:00
2008-11-25 21:13:25 -08:00
2008-11-25 21:13:25 -08:00
2009-03-04 17:38:10 -08:00
2008-11-25 21:13:25 -08:00
2008-11-25 21:13:25 -08:00
2009-06-02 02:17:34 -07:00
2008-11-20 04:14:28 -08:00
2009-06-03 02:43:41 -07:00
2009-06-03 02:51:04 -07:00
2008-11-20 04:14:28 -08:00
2009-06-03 02:51:04 -07:00
2007-07-10 22:16:41 -07:00
2007-07-10 22:16:41 -07:00
2008-01-28 15:11:23 -08:00
2008-11-20 04:14:28 -08:00
2009-01-05 18:14:19 -08:00
2008-09-22 19:20:51 -07:00
2009-06-03 02:51:04 -07:00
2007-07-11 19:46:26 -07:00
2008-01-28 15:11:11 -08:00
2008-03-17 22:46:46 -07:00
2008-11-16 23:01:49 -08:00
2008-12-29 19:40:46 -08:00
2008-11-20 04:10:00 -08:00
2009-02-01 01:12:42 -08:00
2008-11-20 04:11:36 -08:00
2008-10-31 00:45:55 -07:00
2009-03-15 20:00:19 -07:00
2009-03-15 20:00:19 -07:00
2008-11-20 04:11:36 -08:00
2009-05-06 16:45:07 -07:00
2009-05-17 20:55:16 -07:00
2008-11-13 22:56:30 -08:00
2009-03-15 20:00:19 -07:00
2009-03-15 20:00:19 -07:00
2008-07-20 00:08:27 -07:00
2009-02-10 00:11:21 -08:00
2009-04-20 02:14:59 -07:00
2008-11-20 04:11:36 -08:00
2008-11-20 04:11:36 -08:00
2009-06-03 02:51:04 -07:00
2009-03-21 13:36:17 -07:00
2009-06-03 02:51:04 -07:00