Lines Matching full:udph
219 * @udph UDP header, which must be immediately followed by UDP data
225 const struct udphdr *udph)
229 sum = csum_partial(udph, ntohs(udph->len), 0);
230 return csum_tcpudp_magic(iph->saddr, iph->daddr, ntohs(udph->len),
240 * @udph UDP header, which must be immediately followed by UDP data
245 const struct udphdr *udph)
249 sum = csum_partial(udph, ntohs(udph->len), 0);
250 return csum_ipv6_magic(&ip6h->saddr, &ip6h->daddr, ntohs(udph->len),