DEFAULT_PKTGEN_UDP_PORT   38 samples/bpf/parse_ldabs.c 	if (load_half(skb, troff + offsetof(struct udphdr, dest)) == DEFAULT_PKTGEN_UDP_PORT)
DEFAULT_PKTGEN_UDP_PORT   45 samples/bpf/parse_simple.c 	if (udp->dest == htons(DEFAULT_PKTGEN_UDP_PORT))
DEFAULT_PKTGEN_UDP_PORT   39 samples/bpf/parse_varlen.c 	if (udp->dest == htons(DEFAULT_PKTGEN_UDP_PORT) ||
DEFAULT_PKTGEN_UDP_PORT   40 samples/bpf/parse_varlen.c 	    udp->source == htons(DEFAULT_PKTGEN_UDP_PORT)) {