projects
/
~tnikolova
/
compat
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c56986
)
comapt: add skb_queue_walk_from
author
Hauke Mehrtens
<hauke@hauke-m.de>
Tue, 29 May 2012 22:41:46 +0000
(
00:41
+0200)
committer
Luis R. Rodriguez
<mcgrof@frijolero.org>
Tue, 29 May 2012 23:59:03 +0000
(16:59 -0700)
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: Luis R. Rodriguez <mcgrof@frijolero.org>
include/linux/compat-2.6.28.h
patch
|
blob
|
history
diff --git
a/include/linux/compat-2.6.28.h
b/include/linux/compat-2.6.28.h
index
3980989
..
9b6b958
100644
(file)
--- a/
include/linux/compat-2.6.28.h
+++ b/
include/linux/compat-2.6.28.h
@@
-214,6
+214,10
@@
static inline void skb_queue_splice_tail(const struct sk_buff_head *list,
}
}
+#define skb_queue_walk_from(queue, skb) \
+ for (; skb != (struct sk_buff *)(queue); \
+ skb = skb->next)
+
#ifndef DECLARE_TRACE
#define TP_PROTO(args...) args