taglinefilesource code
ip_compute_csum56include/asm-alpha/checksum.hextern unsigned short ip_compute_csum(unsigned char * buff, int len);
ip_compute_csum56include/asm-ppc/checksum.hextern unsigned short ip_compute_csum(unsigned char * buff, int len);
ip_compute_csum661net/ipv4/icmp.cif (ip_compute_csum((unsigned char *) icmph, len)) 
ip_compute_csum258net/ipv4/igmp.cih->csum=ip_compute_csum((void *)ih,sizeof(struct igmphdr));  /* Checksum fill */
ip_compute_csum450net/ipv4/igmp.cif(skb->len <sizeof(struct igmphdr) || skb->ip_hdr->ttl>1 || ip_compute_csum((void *)skb->h.raw,sizeof(struct igmphdr)))