Home
last modified time | relevance | path

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

/linux-6.1.9/include/net/
Dvxlan.h13 #define IANA_VXLAN_GPE_UDP_PORT 4790 macro
/linux-6.1.9/drivers/net/vxlan/
Dvxlan_core.c3661 conf->dst_port = htons(IANA_VXLAN_GPE_UDP_PORT); in vxlan_config_validate()
/linux-6.1.9/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.c1313 l4.udp->dest == htons(IANA_VXLAN_GPE_UDP_PORT)))) in hns3_tunnel_csum_bug()