Lines Matching defs:udphdr
618 struct udphdr *udphdr;
672 if (!pskb_may_pull(skb, *header_len + sizeof(*udphdr)))
675 udphdr = (struct udphdr *)(skb->data + *header_len);
676 *header_len += sizeof(*udphdr);
681 if (udphdr->dest == htons(67))
683 else if (udphdr->source == htons(67))
687 if (udphdr->dest == htons(547))
689 else if (udphdr->source == htons(547))