|
@@ -84,7 +84,7 @@ int sysctl_ip_default_ttl __read_mostly = IPDEFTTL;
|
|
EXPORT_SYMBOL(sysctl_ip_default_ttl);
|
|
EXPORT_SYMBOL(sysctl_ip_default_ttl);
|
|
|
|
|
|
/* Generate a checksum for an outgoing IP datagram. */
|
|
/* Generate a checksum for an outgoing IP datagram. */
|
|
-__inline__ void ip_send_check(struct iphdr *iph)
|
|
|
|
|
|
+void ip_send_check(struct iphdr *iph)
|
|
{
|
|
{
|
|
iph->check = 0;
|
|
iph->check = 0;
|
|
iph->check = ip_fast_csum((unsigned char *)iph, iph->ihl);
|
|
iph->check = ip_fast_csum((unsigned char *)iph, iph->ihl);
|