summaryrefslogtreecommitdiffstats
path: root/net/ipv4/udp.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4/udp.c')
-rw-r--r--net/ipv4/udp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ipv4/udp.c b/net/ipv4/udp.c
index 7e048288fcab..ca3ed931f2a9 100644
--- a/net/ipv4/udp.c
+++ b/net/ipv4/udp.c
@@ -609,8 +609,8 @@ void __udp4_lib_err(struct sk_buff *skb, u32 info, struct udp_table *udptable)
609 struct net *net = dev_net(skb->dev); 609 struct net *net = dev_net(skb->dev);
610 610
611 sk = __udp4_lib_lookup(net, iph->daddr, uh->dest, 611 sk = __udp4_lib_lookup(net, iph->daddr, uh->dest,
612 iph->saddr, uh->source, skb->dev->ifindex, 0, 612 iph->saddr, uh->source, skb->dev->ifindex,
613 udptable, NULL); 613 inet_sdif(skb), udptable, NULL);
614 if (!sk) { 614 if (!sk) {
615 __ICMP_INC_STATS(net, ICMP_MIB_INERRORS); 615 __ICMP_INC_STATS(net, ICMP_MIB_INERRORS);
616 return; /* No socket for error */ 616 return; /* No socket for error */