diff --git a/net/ipv4/raw.c b/net/ipv4/raw.c index 711a5c75bd4b20b14d89f8406847a6408a157248..21800979ed621a17b0871bab18159d79db729050 100644 --- a/net/ipv4/raw.c +++ b/net/ipv4/raw.c @@ -202,7 +202,7 @@ static int raw_v4_input(struct sk_buff *skb, const struct iphdr *iph, int hash) } sk = __raw_v4_lookup(net, sk_next(sk), iph->protocol, iph->saddr, iph->daddr, - skb->dev->ifindex, sdif); + dif, sdif); } out: read_unlock(&raw_v4_hashinfo.lock);