Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tc_tunnel.c36 #define VXLAN_UDP_PORT 8472
161 udp_dst = VXLAN_UDP_PORT; in __encap_ipv4()
292 udp_dst = VXLAN_UDP_PORT; in __encap_ipv6()
646 case VXLAN_UDP_PORT: in decap_internal()
31 #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()
/linux/drivers/net/vmxnet3/
H A Dvmxnet3_ethtool.c33 #define VXLAN_UDP_PORT 8472 macro
313 port != VXLAN_UDP_PORT) { in vmxnet3_features_check()