Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()

Completed in 4 milliseconds