tag | line | file | source code |
ip_compute_csum | 51 | include/asm-alpha/checksum.h | extern unsigned short ip_compute_csum(unsigned char * buff, int len); |
ip_compute_csum | 261 | net/ipv4/icmp.c | icmph->checksum = ip_compute_csum((unsigned char *)icmph, |
ip_compute_csum | 472 | net/ipv4/icmp.c | icmphr->checksum = ip_compute_csum((unsigned char *)icmphr, len); |
ip_compute_csum | 559 | net/ipv4/icmp.c | icmphr->checksum = ip_compute_csum((unsigned char *) icmphr, 20); |
ip_compute_csum | 645 | net/ipv4/icmp.c | icmphr->checksum = ip_compute_csum((unsigned char *)icmphr, len); |
ip_compute_csum | 685 | net/ipv4/icmp.c | if (ip_compute_csum((unsigned char *) icmph, len)) |
ip_compute_csum | 106 | net/ipv4/igmp.c | imp_putn16(skb->h.raw,ip_compute_csum(skb->data+tmp,sizeof(struct igmphdr))); /* Checksum fill */ |
ip_compute_csum | 212 | 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))) |