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 | 218 | net/ipv4/icmp.c | icmph->checksum=ip_compute_csum(to, fraglen); |
ip_compute_csum | 602 | net/ipv4/icmp.c | if (ip_compute_csum((unsigned char *) icmph, len)) |
ip_compute_csum | 117 | net/ipv4/igmp.c | ih->csum=ip_compute_csum((void *)ih,sizeof(struct igmphdr)); /* Checksum fill */ |
ip_compute_csum | 234 | 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))) |