Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
H A Dudp_offload.c217 struct udphdr *uh, *uh2; in __udpv4_gso_segment_list_csum() local
231 uh2 = udp_hdr(seg); in __udpv4_gso_segment_list_csum()
236 &uh2->source, &uh->source); in __udpv4_gso_segment_list_csum()
239 &uh2->dest, &uh->dest); in __udpv4_gso_segment_list_csum()
430 struct udphdr *uh2; in udp_gro_receive_segment() local
454 uh2 = udp_hdr(p); in udp_gro_receive_segment()
457 if ((*(u32 *)&uh->source != *(u32 *)&uh2->source)) { in udp_gro_receive_segment()
473 if (ulen > ntohs(uh2->len)) { in udp_gro_receive_segment()
495 if (ret || ulen != ntohs(uh2->len) || in udp_gro_receive_segment()
511 struct udphdr *uh2; in udp_gro_receive() local
[all...]
/kernel/linux/linux-6.6/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()
469 struct udphdr *uh2; in udp_gro_receive_segment() local
493 uh2 = udp_hdr(p); in udp_gro_receive_segment()
496 if ((*(u32 *)&uh->source != *(u32 *)&uh2->source)) { in udp_gro_receive_segment()
512 if (ulen > ntohs(uh2->len)) { in udp_gro_receive_segment()
534 if (ret || ulen != ntohs(uh2->len) || in udp_gro_receive_segment()
550 struct udphdr *uh2; in udp_gro_receive() local
[all...]

Completed in 3 milliseconds