aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/udp.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv6/udp.c')
-rw-r--r--net/ipv6/udp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/udp.c b/net/ipv6/udp.c
index b3fcafaf5576..07fa579dfb96 100644
--- a/net/ipv6/udp.c
+++ b/net/ipv6/udp.c
@@ -981,7 +981,7 @@ static struct sock *__udp6_lib_demux_lookup(struct net *net,
981 return NULL; 981 return NULL;
982} 982}
983 983
984static void udp_v6_early_demux(struct sk_buff *skb) 984INDIRECT_CALLABLE_SCOPE void udp_v6_early_demux(struct sk_buff *skb)
985{ 985{
986 struct net *net = dev_net(skb->dev); 986 struct net *net = dev_net(skb->dev);
987 const struct udphdr *uh; 987 const struct udphdr *uh;