Searched refs:uh2 (Results 1 – 1 of 1) sorted by relevance
371 struct udphdr *uh2; in udp_gro_receive_segment() local395 uh2 = udp_hdr(p); in udp_gro_receive_segment()398 if ((*(u32 *)&uh->source != *(u32 *)&uh2->source)) { in udp_gro_receive_segment()414 if (ulen > ntohs(uh2->len)) { in udp_gro_receive_segment()436 if (ret || ulen != ntohs(uh2->len) || in udp_gro_receive_segment()452 struct udphdr *uh2; in udp_gro_receive() local481 uh2 = (struct udphdr *)(p->data + off); in udp_gro_receive()486 if ((*(u32 *)&uh->source != *(u32 *)&uh2->source) || in udp_gro_receive()487 (!uh->check ^ !uh2->check)) { in udp_gro_receive()