Lines Matching refs:uh2
222 struct udphdr *uh, *uh2;
236 uh2 = udp_hdr(seg);
241 &uh2->source, &uh->source);
244 &uh2->dest, &uh->dest);
469 struct udphdr *uh2;
493 uh2 = udp_hdr(p);
496 if ((*(u32 *)&uh->source != *(u32 *)&uh2->source)) {
512 if (ulen > ntohs(uh2->len)) {
534 if (ret || ulen != ntohs(uh2->len) ||
550 struct udphdr *uh2;
585 uh2 = (struct udphdr *)(p->data + off);
590 if ((*(u32 *)&uh->source != *(u32 *)&uh2->source) ||
591 (!uh->check ^ !uh2->check)) {