diff options
Diffstat (limited to 'net/sched/cls_flow.c')
-rw-r--r-- | net/sched/cls_flow.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/sched/cls_flow.c b/net/sched/cls_flow.c index 9402a7fd3785..6ed61b10e002 100644 --- a/net/sched/cls_flow.c +++ b/net/sched/cls_flow.c | |||
@@ -20,6 +20,7 @@ | |||
20 | #include <linux/ip.h> | 20 | #include <linux/ip.h> |
21 | #include <linux/ipv6.h> | 21 | #include <linux/ipv6.h> |
22 | #include <linux/if_vlan.h> | 22 | #include <linux/if_vlan.h> |
23 | #include <linux/slab.h> | ||
23 | 24 | ||
24 | #include <net/pkt_cls.h> | 25 | #include <net/pkt_cls.h> |
25 | #include <net/ip.h> | 26 | #include <net/ip.h> |
@@ -171,7 +172,7 @@ static u32 flow_get_proto_dst(const struct sk_buff *skb) | |||
171 | 172 | ||
172 | static u32 flow_get_iif(const struct sk_buff *skb) | 173 | static u32 flow_get_iif(const struct sk_buff *skb) |
173 | { | 174 | { |
174 | return skb->iif; | 175 | return skb->skb_iif; |
175 | } | 176 | } |
176 | 177 | ||
177 | static u32 flow_get_priority(const struct sk_buff *skb) | 178 | static u32 flow_get_priority(const struct sk_buff *skb) |