Loading net/ipv6/sit.c +1 −1 Original line number Diff line number Diff line Loading @@ -596,9 +596,9 @@ static int ipip6_rcv(struct sk_buff *skb) } icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); kfree_skb(skb); read_unlock(&ipip6_lock); out: kfree_skb(skb); return 0; } Loading Loading
net/ipv6/sit.c +1 −1 Original line number Diff line number Diff line Loading @@ -596,9 +596,9 @@ static int ipip6_rcv(struct sk_buff *skb) } icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); kfree_skb(skb); read_unlock(&ipip6_lock); out: kfree_skb(skb); return 0; } Loading