Searched refs:uh2 (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/ipv4/
H A Dudp_offload.c222 struct udphdr *uh, *uh2; local
236 uh2 = udp_hdr(seg);
241 &uh2->source, &uh->source);
244 &uh2->dest, &uh->dest);
470 struct udphdr *uh2; local
495 uh2 = udp_hdr(p);
498 if ((*(u32 *)&uh->source != *(u32 *)&uh2->source)) {
523 if (ulen > ntohs(uh2->len) || flush) {
545 if (ret || ulen != ntohs(uh2->len) ||
561 struct udphdr *uh2; local
[all...]

Completed in 127 milliseconds