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:	Mon, 07 Apr 2014 13:13:56 -0400 (EDT)
From:	David Miller <davem@...emloft.net>
To:	therbert@...gle.com
Cc:	netdev@...r.kernel.org
Subject: Re: [PATCH next-next 4/6] net: Call skb_checksum_init in IPv4

From: Tom Herbert <therbert@...gle.com>
Date: Fri, 4 Apr 2014 17:27:36 -0700 (PDT)

> @@ -1454,6 +1454,13 @@ out_unlock:
>  	return err;
>  }
>  
> +__wsum inet_pseudo_compute(struct sk_buff *skb, int proto)
> +{
> +	return csum_tcpudp_nofold(ip_hdr(skb)->saddr, ip_hdr(skb)->daddr,
> +				  skb->len, proto, 0);
> +}
> +EXPORT_SYMBOL(inet_pseudo_compute);

This is just adjusting arguments passed into to another inline
function, please put this in a header and make it an inline too.
--
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