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
..
2009-06-03 02:51:04 -07:00
2009-06-01 03:07:33 -07:00
2008-10-29 12:52:50 -07:00
2009-06-01 03:07:33 -07:00
2008-11-25 17:59:27 -08:00
2008-10-29 12:50:24 -07:00
2008-11-25 17:35:18 -08:00
2008-11-25 17:59:27 -08:00
2009-06-03 02:51:04 -07:00
2009-05-20 17:26:23 -07:00
2009-01-27 22:30:19 -08:00
2009-06-03 02:51:04 -07:00
2009-02-26 03:35:13 -08:00
2009-01-13 22:17:51 -08:00
2009-02-06 00:49:55 -08:00
2009-06-03 02:51:04 -07:00
2009-06-03 02:51:04 -07:00
2009-06-03 02:51:04 -07:00
2009-06-03 02:51:04 -07:00
2008-11-25 17:30:50 -08:00
2009-04-14 02:21:41 -07:00
2009-03-30 15:22:01 +02:00
2009-06-03 02:51:04 -07:00
2008-11-25 17:51:01 -08:00
2009-06-03 02:51:04 -07:00
2009-06-03 02:51:04 -07:00
2009-04-27 02:45:02 -07:00
2009-06-03 02:51:04 -07:00
2009-06-03 02:51:04 -07:00
2009-06-03 02:51:04 -07:00
2009-06-03 02:51:04 -07:00
2009-04-20 02:25:26 -07:00
2009-01-08 08:31:14 -08:00
2009-06-03 02:51:04 -07:00
2008-10-29 01:41:45 -07:00
2009-06-03 02:51:04 -07:00
2008-10-29 02:11:14 -07:00
2008-11-25 17:59:52 -08:00
2008-08-06 02:40:25 -07:00
2009-06-03 02:51:04 -07:00
2009-06-03 02:51:04 -07:00
2009-02-01 00:45:17 -08:00
2009-02-21 23:37:10 -08:00
2008-12-14 23:13:48 -08:00