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 | 56 | include/asm-ppc/checksum.h | extern unsigned short ip_compute_csum(unsigned char * buff, int len); |
ip_compute_csum | 659 | net/ipv4/icmp.c | if (ip_compute_csum((unsigned char *) icmph, len)) |
ip_compute_csum | 258 | net/ipv4/igmp.c | ih->csum=ip_compute_csum((void *)ih,sizeof(struct igmphdr)); /* Checksum fill */ |
ip_compute_csum | 450 | 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))) |