vsc85xx_ptphdr
struct vsc85xx_ptphdr *ptphdr;
static struct vsc85xx_ptphdr *get_ptp_header_l4(struct sk_buff *skb,
return (struct vsc85xx_ptphdr *)(((unsigned char *)udphdr) + UDP_HLEN);
static struct vsc85xx_ptphdr *get_ptp_header_tx(struct sk_buff *skb)
return (struct vsc85xx_ptphdr *)(((unsigned char *)ethhdr) +
static struct vsc85xx_ptphdr *get_ptp_header_rx(struct sk_buff *skb,
return (struct vsc85xx_ptphdr *)skb->data;
struct vsc85xx_ptphdr *ptphdr = get_ptp_header_tx(skb);