Lines Matching defs:udphdr
363 struct udphdr *udphdr)
368 return (struct vsc85xx_ptphdr *)(((unsigned char *)udphdr) + UDP_HLEN);
374 struct udphdr *udphdr;
385 udphdr = udp_hdr(skb);
387 return get_ptp_header_l4(skb, iphdr, udphdr);
393 struct udphdr *udphdr;
400 udphdr = (struct udphdr *)(skb->data + iphdr->ihl * 4);
402 return get_ptp_header_l4(skb, iphdr, udphdr);