tag
line
file
source code
udp_check
636
net/ipv4/udp.c
( skb->ip_summed && udp_check(uh, len, saddr, daddr, skb->csum ) ) ||
udp_check
637
net/ipv4/udp.c
( !skb->ip_summed && udp_check(uh, len, saddr, daddr,csum_partial((char*)uh, len, 0)))