pkt_sched: skbedit add support for setting mark

This adds support for setting the skb mark.

Signed-off-by: Jamal Hadi Salim <hadi@cyberus.ca>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
jamal
2009-10-15 03:09:18 +00:00
committed by David S. Miller
parent 188586b28d
commit 1c55d62e77
3 changed files with 20 additions and 1 deletions

View File

@@ -26,7 +26,9 @@ struct tcf_skbedit {
struct tcf_common common;
u32 flags;
u32 priority;
u32 mark;
u16 queue_mapping;
/* XXX: 16-bit pad here? */
};
#define to_skbedit(pc) \
container_of(pc, struct tcf_skbedit, common)