Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dudp_offload.c222 struct udphdr *uh, *uh2; in __udpv4_gso_segment_list_csum() local
236 uh2 = udp_hdr(seg); in __udpv4_gso_segment_list_csum()
241 &uh2->source, &uh->source); in __udpv4_gso_segment_list_csum()
244 &uh2->dest, &uh->dest); in __udpv4_gso_segment_list_csum()
493 struct udphdr *uh2; in udp_gro_receive_segment() local
518 uh2 = udp_hdr(p); in udp_gro_receive_segment()
521 if ((*(u32 *)&uh->source != *(u32 *)&uh2->source)) { in udp_gro_receive_segment()
546 if (ulen > ntohs(uh2->len) || flush) { in udp_gro_receive_segment()
568 if (ret || ulen != ntohs(uh2->len) || in udp_gro_receive_segment()
584 struct udphdr *uh2; in udp_gro_receive() local
[all …]