Searched refs:DEFAULT_PKTGEN_UDP_PORT (Results 1 – 3 of 3) sorted by relevance
17 #define DEFAULT_PKTGEN_UDP_PORT 9 macro45 if (udp->dest == htons(DEFAULT_PKTGEN_UDP_PORT)) in handle_ingress()
17 #define DEFAULT_PKTGEN_UDP_PORT 9 macro39 if (load_half(skb, troff + offsetof(struct udphdr, dest)) == DEFAULT_PKTGEN_UDP_PORT) in handle_ingress()
19 #define DEFAULT_PKTGEN_UDP_PORT 9 macro39 if (udp->dest == htons(DEFAULT_PKTGEN_UDP_PORT) || in udp()40 udp->source == htons(DEFAULT_PKTGEN_UDP_PORT)) { in udp()