Home
last modified time | relevance | path

Searched refs:VXLAN_UDP_PORT (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tc_tunnel.c31 #define VXLAN_UDP_PORT 8472
156 udp_dst = VXLAN_UDP_PORT; in __encap_ipv4()
287 udp_dst = VXLAN_UDP_PORT; in __encap_ipv6()
641 case VXLAN_UDP_PORT: in decap_internal()
35 #define VXLAN_UDP_PORT global() macro
H A Dtest_tunnel_kern.c18 #define VXLAN_UDP_PORT 4789 macro
463 if (udph->dest != bpf_htons(VXLAN_UDP_PORT)) in veth_set_outer_dst()