lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 23 Aug 2013 08:12:15 +0200
From:	Steffen Klassert <steffen.klassert@...unet.com>
To:	Fan Du <fan.du@...driver.com>
Cc:	netdev@...r.kernel.org
Subject: Re: [PATCH RFC 2/2] ipv6: Add support for IPsec virtual tunnel
 interfaces

On Thu, Aug 22, 2013 at 03:47:00PM +0800, Fan Du wrote:
> 
> 
> On 2013年08月19日 14:27, Steffen Klassert wrote:
> >+
> >+	skb_dst_drop(skb);
> >+	skb_dst_set_noref(skb, dst);
> >+
> >+	ip6tunnel_xmit(skb, dev);
> >+	if (ndst)
> >+		ip6_tnl_dst_store(t, ndst);
> >+	return 0;
> >+tx_err_link_failure:
> >+	stats->tx_carrier_errors++;
> >+	dst_link_failure(skb);
> >+tx_err_dst_release:
> 
> Maybe it's necessary to count stats->tx_errors as well.

We count it directly after an error return of this function.

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ