Lines Matching defs:uh2
217 struct udphdr *uh, *uh2;
231 uh2 = udp_hdr(seg);
236 &uh2->source, &uh->source);
239 &uh2->dest, &uh->dest);
430 struct udphdr *uh2;
454 uh2 = udp_hdr(p);
457 if ((*(u32 *)&uh->source != *(u32 *)&uh2->source)) {
473 if (ulen > ntohs(uh2->len)) {
495 if (ret || ulen != ntohs(uh2->len) ||
511 struct udphdr *uh2;
545 uh2 = (struct udphdr *)(p->data + off);
550 if ((*(u32 *)&uh->source != *(u32 *)&uh2->source) ||
551 (!uh->check ^ !uh2->check)) {