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.c37 #define VXLAN_UDP_PORT 8472 macro
178 udp_dst = VXLAN_UDP_PORT; in __encap_ipv4()
309 udp_dst = VXLAN_UDP_PORT; in __encap_ipv6()
679 case VXLAN_UDP_PORT: in decap_internal()
H A Dtest_tunnel_kern.c19 #define VXLAN_UDP_PORT 4789
462 if (udph->dest != bpf_htons(VXLAN_UDP_PORT)) in veth_set_outer_dst()
18 #define VXLAN_UDP_PORT global() macro