tag | line | file | source code |
ip_compute_csum | 56 | include/asm-alpha/checksum.h | extern unsigned short ip_compute_csum(unsigned char * buff, int len); |
ip_compute_csum | 340 | net/ipv4/icmp.c | icmph->checksum = ip_compute_csum((unsigned char *)icmph, |
ip_compute_csum | 563 | net/ipv4/icmp.c | icmphr->checksum = ip_compute_csum((unsigned char *)icmphr, len); |
ip_compute_csum | 648 | net/ipv4/icmp.c | icmphr->checksum = ip_compute_csum((unsigned char *) icmphr, 20); |
ip_compute_csum | 743 | net/ipv4/icmp.c | icmphr->checksum = ip_compute_csum((unsigned char *)icmphr, len); |
ip_compute_csum | 783 | net/ipv4/icmp.c | if (ip_compute_csum((unsigned char *) icmph, len)) |
ip_compute_csum | 112 | net/ipv4/igmp.c | ih->csum=ip_compute_csum((void *)ih,sizeof(struct igmphdr)); /* Checksum fill */ |
ip_compute_csum | 229 | net/ipv4/igmp.c | if(skb->len <sizeof(struct igmphdr) || skb->ip_hdr->ttl>1 || ip_compute_csum((void *)skb->h.raw,sizeof(struct igmphdr))) |