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

/linux-master/samples/bpf/
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)
H A Dparse_simple.c17 #define DEFAULT_PKTGEN_UDP_PORT 9 macro
45 if (udp->dest == htons(DEFAULT_PKTGEN_UDP_PORT))
H A Dparse_varlen.c19 #define DEFAULT_PKTGEN_UDP_PORT 9 macro
39 if (udp->dest == htons(DEFAULT_PKTGEN_UDP_PORT) ||
40 udp->source == htons(DEFAULT_PKTGEN_UDP_PORT)) {

Completed in 123 milliseconds