diff options
Diffstat (limited to 'net/ipv6/udp.c')
-rw-r--r-- | net/ipv6/udp.c | 2 |
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 | ||
984 | static void udp_v6_early_demux(struct sk_buff *skb) | 984 | INDIRECT_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; |