Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/
Dudp_offload.c351 struct udphdr *uh2; in udp_gro_receive() local
379 uh2 = (struct udphdr *)(p->data + off); in udp_gro_receive()
384 if ((*(u32 *)&uh->source != *(u32 *)&uh2->source) || in udp_gro_receive()
385 (!uh->check ^ !uh2->check)) { in udp_gro_receive()