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:
committed by
David S. Miller
parent
fa9a6fed87
commit
8964be4a9a
@ -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)
|
||||
|
Reference in New Issue
Block a user