diff options
author | Eric Dumazet <eric.dumazet@gmail.com> | 2009-11-20 18:35:04 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-11-20 18:35:04 -0500 |
commit | 8964be4a9a5ca8cab1219bb046db2f6d1936227c (patch) | |
tree | 8838c73a03cc69c010b55928fce3725d17bc26a9 /net/sched/cls_flow.c | |
parent | fa9a6fed87df1b50804405e700f8d30251d3aaf1 (diff) |
net: rename skb->iif to skb->skb_iif
To help grep games, rename iif to skb_iif
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sched/cls_flow.c')
-rw-r--r-- | net/sched/cls_flow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sched/cls_flow.c b/net/sched/cls_flow.c index 9402a7fd3785..e054c62857e1 100644 --- a/net/sched/cls_flow.c +++ b/net/sched/cls_flow.c | |||
@@ -171,7 +171,7 @@ static u32 flow_get_proto_dst(const struct sk_buff *skb) | |||
171 | 171 | ||
172 | static u32 flow_get_iif(const struct sk_buff *skb) | 172 | static u32 flow_get_iif(const struct sk_buff *skb) |
173 | { | 173 | { |
174 | return skb->iif; | 174 | return skb->skb_iif; |
175 | } | 175 | } |
176 | 176 | ||
177 | static u32 flow_get_priority(const struct sk_buff *skb) | 177 | static u32 flow_get_priority(const struct sk_buff *skb) |