Lines Matching defs:udphdr
569 struct udphdr *udphdr;
623 if (!pskb_may_pull(skb, *header_len + sizeof(*udphdr)))
626 udphdr = (struct udphdr *)(skb->data + *header_len);
627 *header_len += sizeof(*udphdr);
632 if (udphdr->dest == htons(67))
634 else if (udphdr->source == htons(67))
638 if (udphdr->dest == htons(547))
640 else if (udphdr->source == htons(547))