Home
last modified time | relevance | path

Searched refs:DEFAULT_PKTGEN_UDP_PORT (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/samples/bpf/
H A Dparse_simple.c17 #define DEFAULT_PKTGEN_UDP_PORT 9 macro
45 if (udp->dest == htons(DEFAULT_PKTGEN_UDP_PORT)) in handle_ingress()
H A Dparse_ldabs.c17 #define DEFAULT_PKTGEN_UDP_PORT 9 macro
39 if (load_half(skb, troff + offsetof(struct udphdr, dest)) == DEFAULT_PKTGEN_UDP_PORT) in handle_ingress()
H A Dparse_varlen.c19 #define DEFAULT_PKTGEN_UDP_PORT 9 macro
39 if (udp->dest == htons(DEFAULT_PKTGEN_UDP_PORT) || in udp()
40 udp->source == htons(DEFAULT_PKTGEN_UDP_PORT)) { in udp()