Home
last modified time | relevance | path

Searched refs:IANA_VXLAN_UDP_PORT (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dvxlan.c164 mlx5_vxlan_add_port(vxlan, IANA_VXLAN_UDP_PORT); in mlx5_vxlan_create()
174 mlx5_vxlan_del_port(vxlan, IANA_VXLAN_UDP_PORT); in mlx5_vxlan_destroy()
193 if (vxlanp->udp_port == IANA_VXLAN_UDP_PORT) in mlx5_vxlan_reset_to_default()
/Linux-v5.10/net/ethtool/
Dtunnels.c141 htons(IANA_VXLAN_UDP_PORT)) || in ethnl_tunnel_info_fill_reply()
/Linux-v5.10/include/net/
Dvxlan.h12 #define IANA_VXLAN_UDP_PORT 4789 macro
/Linux-v5.10/net/ipv4/
Dudp_tunnel_nic.c512 ti->port == htons(IANA_VXLAN_UDP_PORT)) { in __udp_tunnel_nic_add_port()
/Linux-v5.10/drivers/net/ethernet/netronome/nfp/flower/
Daction.c295 case htons(IANA_VXLAN_UDP_PORT): in nfp_fl_get_tun_from_act()
Doffload.c184 case htons(IANA_VXLAN_UDP_PORT): in nfp_flower_calc_udp_tun_layer()
/Linux-v5.10/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.c790 (l4.udp->dest == htons(IANA_VXLAN_UDP_PORT) || in hns3_tunnel_csum_bug()