Searched refs:uh2 (Results 1 – 1 of 1) sorted by relevance
298 struct udphdr *uh2; in udp_gro_receive() local327 uh2 = (struct udphdr *)(p->data + off); in udp_gro_receive()332 if ((*(u32 *)&uh->source != *(u32 *)&uh2->source) || in udp_gro_receive()333 (!uh->check ^ !uh2->check)) { in udp_gro_receive()