Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv4/
Dudp_offload.c298 struct udphdr *uh2; in udp_gro_receive() local
327 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()