Home
last modified time | relevance | path

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

/linux/net/ipv4/
A Dudp_offload.c220 struct udphdr *uh, *uh2; in __udpv4_gso_segment_list_csum() local
234 uh2 = udp_hdr(seg); in __udpv4_gso_segment_list_csum()
239 &uh2->source, &uh->source); in __udpv4_gso_segment_list_csum()
242 &uh2->dest, &uh->dest); in __udpv4_gso_segment_list_csum()
433 struct udphdr *uh2; in udp_gro_receive_segment() local
457 uh2 = udp_hdr(p); in udp_gro_receive_segment()
476 if (ulen > ntohs(uh2->len)) { in udp_gro_receive_segment()
498 if (ret || ulen != ntohs(uh2->len) || in udp_gro_receive_segment()
514 struct udphdr *uh2; in udp_gro_receive() local
549 uh2 = (struct udphdr *)(p->data + off); in udp_gro_receive()
[all …]

Completed in 4 milliseconds