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-04-28 22:36:33 -07:00
2008-10-08 11:35:19 +02:00
2009-02-18 16:30:20 +01:00
2009-03-16 15:31:10 +01:00
2009-04-28 22:36:33 -07:00
2008-11-04 14:21:48 +01:00
2008-10-08 11:35:18 +02:00
2008-10-31 00:53:08 -07:00
2008-10-08 11:35:18 +02:00
2008-10-08 11:35:19 +02:00
2009-03-16 14:54:21 +01:00
2009-06-03 02:51:02 -07:00
2008-10-08 11:35:19 +02:00
2008-10-08 11:35:19 +02:00
2009-06-03 02:51:04 -07:00
2009-03-16 14:54:21 +01:00
2009-02-18 16:30:20 +01:00
2009-02-18 16:30:20 +01:00
2009-02-18 16:30:20 +01:00
2009-02-18 16:30:20 +01:00
2009-03-16 15:17:23 +01:00
2009-02-18 18:39:31 +01:00
2009-03-25 21:05:46 +01:00
2009-03-25 21:53:39 +01:00
2009-03-25 21:53:39 +01:00
2008-10-14 11:56:59 -07:00
2007-11-07 04:08:23 -08:00
2009-04-16 18:33:01 +02:00
2007-11-07 04:08:23 -08:00
2008-10-31 00:53:08 -07:00
2009-06-03 02:51:02 -07:00
2008-10-31 00:53:08 -07:00
2008-10-08 11:35:11 +02:00
2008-08-18 21:32:32 -07:00
2008-04-14 11:15:54 +02:00
2008-04-14 11:15:54 +02:00
2008-04-14 11:15:53 +02:00
2008-07-18 23:07:09 -07:00
2008-04-14 11:15:53 +02:00
2008-04-14 11:15:53 +02:00
2008-04-14 11:15:53 +02:00
2008-04-14 11:15:53 +02:00
2009-02-18 16:30:20 +01:00
2008-10-31 00:53:08 -07:00
2009-02-01 00:45:17 -08:00
2009-06-03 02:51:04 -07:00
2008-01-31 19:28:08 -08:00