Loading net/ipv6/inet6_hashtables.c +1 −1 Original line number Diff line number Diff line Loading @@ -178,7 +178,7 @@ struct sock *inet6_lookup_listener(struct net *net, saddr, sport, &in6addr_any, hnum, dif, sdif); done: if (unlikely(IS_ERR(result))) if (IS_ERR(result)) return NULL; return result; } Loading net/ipv6/udp.c +1 −1 Original line number Diff line number Diff line Loading @@ -219,7 +219,7 @@ struct sock *__udp6_lib_lookup(struct net *net, exact_dif, hslot2, skb); } if (unlikely(IS_ERR(result))) if (IS_ERR(result)) return NULL; return result; } Loading Loading
net/ipv6/inet6_hashtables.c +1 −1 Original line number Diff line number Diff line Loading @@ -178,7 +178,7 @@ struct sock *inet6_lookup_listener(struct net *net, saddr, sport, &in6addr_any, hnum, dif, sdif); done: if (unlikely(IS_ERR(result))) if (IS_ERR(result)) return NULL; return result; } Loading
net/ipv6/udp.c +1 −1 Original line number Diff line number Diff line Loading @@ -219,7 +219,7 @@ struct sock *__udp6_lib_lookup(struct net *net, exact_dif, hslot2, skb); } if (unlikely(IS_ERR(result))) if (IS_ERR(result)) return NULL; return result; } Loading