Loading net/ipv6/udp.c +6 −6 Original line number Diff line number Diff line Loading @@ -473,14 +473,14 @@ int __udp6_lib_rcv(struct sk_buff **pskb, struct hlist_head udptable[], icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0, dev); kfree_skb(skb); return(0); return 0; } /* deliver */ udpv6_queue_rcv_skb(sk, skb); sock_put(sk); return(0); return 0; short_packet: LIMIT_NETDEBUG(KERN_DEBUG "UDP%sv6: short packet: %d/%u\n", Loading @@ -490,7 +490,7 @@ int __udp6_lib_rcv(struct sk_buff **pskb, struct hlist_head udptable[], discard: UDP6_INC_STATS_BH(UDP_MIB_INERRORS, proto == IPPROTO_UDPLITE); kfree_skb(skb); return(0); return 0; } static __inline__ int udpv6_rcv(struct sk_buff **pskb) Loading Loading
net/ipv6/udp.c +6 −6 Original line number Diff line number Diff line Loading @@ -473,14 +473,14 @@ int __udp6_lib_rcv(struct sk_buff **pskb, struct hlist_head udptable[], icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0, dev); kfree_skb(skb); return(0); return 0; } /* deliver */ udpv6_queue_rcv_skb(sk, skb); sock_put(sk); return(0); return 0; short_packet: LIMIT_NETDEBUG(KERN_DEBUG "UDP%sv6: short packet: %d/%u\n", Loading @@ -490,7 +490,7 @@ int __udp6_lib_rcv(struct sk_buff **pskb, struct hlist_head udptable[], discard: UDP6_INC_STATS_BH(UDP_MIB_INERRORS, proto == IPPROTO_UDPLITE); kfree_skb(skb); return(0); return 0; } static __inline__ int udpv6_rcv(struct sk_buff **pskb) Loading