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
@@ -1550,7 +1550,7 @@ int netlbl_unlabel_getattr(const struct sk_buff *skb,
|
||||
struct netlbl_unlhsh_iface *iface;
|
||||
|
||||
rcu_read_lock();
|
||||
iface = netlbl_unlhsh_search_iface_def(skb->iif);
|
||||
iface = netlbl_unlhsh_search_iface_def(skb->skb_iif);
|
||||
if (iface == NULL)
|
||||
goto unlabel_getattr_nolabel;
|
||||
switch (family) {
|
||||
|
Reference in New Issue
Block a user