]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - net/sched/cls_flow.c
net sched: Pass the skb into change so it can access NETLINK_CB
[karo-tx-linux.git] / net / sched / cls_flow.c
index ccd08c8dc6a72b18f0c7c45f743fa4912f954413..ae854f3434b0bf5e2f14d0da31fc56506a7005d2 100644 (file)
@@ -347,7 +347,8 @@ static const struct nla_policy flow_policy[TCA_FLOW_MAX + 1] = {
        [TCA_FLOW_PERTURB]      = { .type = NLA_U32 },
 };
 
-static int flow_change(struct tcf_proto *tp, unsigned long base,
+static int flow_change(struct sk_buff *in_skb, 
+                      struct tcf_proto *tp, unsigned long base,
                       u32 handle, struct nlattr **tca,
                       unsigned long *arg)
 {