tag | line | file | source code |
---|---|---|---|
ip_fast_csum | 499 | net/inet/ip.c | return ip_fast_csum((unsigned char *)iph, iph->ihl); |
ip_fast_csum | 507 | net/inet/ip.c | iph->check = ip_fast_csum((unsigned char *)iph, iph->ihl); |
ip_fast_csum | 1198 | net/inet/ip.c | if (skb->len<sizeof(struct iphdr) || iph->ihl<5 || iph->version != 4 || ip_fast_csum((unsigned char *)iph, iph->ihl) !=0) { |