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