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>
This commit is contained in:
Eric Dumazet
2009-11-20 15:35:04 -08:00
committed by David S. Miller
parent fa9a6fed87
commit 8964be4a9a
11 changed files with 20 additions and 20 deletions

View File

@ -171,7 +171,7 @@ static u32 flow_get_proto_dst(const struct sk_buff *skb)
static u32 flow_get_iif(const struct sk_buff *skb)
{
return skb->iif;
return skb->skb_iif;
}
static u32 flow_get_priority(const struct sk_buff *skb)