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