[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20140407.131356.1060173493402786873.davem@davemloft.net>
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