DEFAULT_PKTGEN_UDP_PORT
if (load_half(skb, troff + offsetof(struct udphdr, dest)) == DEFAULT_PKTGEN_UDP_PORT)
if (udp->dest == htons(DEFAULT_PKTGEN_UDP_PORT))
if (udp->dest == htons(DEFAULT_PKTGEN_UDP_PORT) ||
udp->source == htons(DEFAULT_PKTGEN_UDP_PORT)) {