Home
last modified time | relevance | path

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

/kernel/linux/linux-5.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()
/kernel/linux/linux-5.10/net/ethtool/
Dtunnels.c141 htons(IANA_VXLAN_UDP_PORT)) || in ethnl_tunnel_info_fill_reply()
/kernel/linux/linux-5.10/include/net/
Dvxlan.h12 #define IANA_VXLAN_UDP_PORT 4789 macro
/kernel/linux/linux-5.10/net/ipv4/
Dudp_tunnel_nic.c512 ti->port == htons(IANA_VXLAN_UDP_PORT)) { in __udp_tunnel_nic_add_port()
/kernel/linux/linux-5.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()
/kernel/linux/linux-5.10/drivers/net/vmxnet3/
Dvmxnet3_ethtool.c304 port != IANA_VXLAN_UDP_PORT && in vmxnet3_features_check()
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.c796 (l4.udp->dest == htons(IANA_VXLAN_UDP_PORT) || in hns3_tunnel_csum_bug()