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-05 16:54:53 -05:00
2009-05-25 01:53:53 -07:00
2009-05-29 22:12:32 -07:00
2009-05-25 01:53:53 -07:00
2009-06-03 02:51:04 -07:00
2009-04-20 02:14:59 -07:00
2009-05-27 09:15:57 +02:00
2009-06-03 02:51:04 -07:00
2009-04-17 01:38:46 -07:00
2009-06-03 02:51:04 -07:00
2009-01-04 17:29:21 -08:00
2009-06-03 02:51:04 -07:00
2009-06-03 02:51:04 -07:00
2009-05-29 22:12:32 -07:00
2009-05-28 16:46:29 -07:00
2009-05-25 01:53:53 -07:00
2009-06-03 02:51:04 -07:00
2009-06-03 02:51:04 -07:00
2009-03-21 19:06:51 -07:00
2009-05-28 23:26:33 -07:00
2009-04-23 06:37:16 -07:00
2009-02-26 23:07:32 -08:00
2009-05-28 23:31:56 -07:00
2009-05-27 15:47:06 -07:00
2009-06-03 02:51:04 -07:00
2009-05-21 16:50:24 -07:00
2009-05-21 16:50:22 -07:00
2009-04-22 00:49:51 -07:00
2009-06-03 02:51:04 -07:00
2009-06-02 00:17:43 -07:00
2009-05-18 21:08:20 -07:00
2009-05-06 15:14:40 -04:00
2009-04-14 20:28:00 -07:00
2009-05-21 15:22: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-05-21 16:50:23 -07:00
2009-03-31 23:00:26 -04:00
2009-02-26 23:13:36 -08:00
2009-05-28 18:02:20 -07:00
2009-05-26 21:15:00 -07:00
2009-03-27 00:28:21 -07:00
2009-06-03 02:51:04 -07:00
2009-02-15 22:43:35 -08:00
2009-05-07 16:31:01 -07:00
2009-02-26 23:43:35 -08:00
2009-04-06 18:05:43 -07:00
2009-03-16 16:23:30 +01:00