Searched refs:udp_tunnel (Results 1 – 3 of 3) sorted by relevance
32 obj-$(CONFIG_NET_UDP_TUNNEL) += udp_tunnel.o
2340 netdev_features_t udp_tunnel; in xgbe_set_features() local2347 udp_tunnel = pdata->netdev_features & NETIF_F_GSO_UDP_TUNNEL; in xgbe_set_features()2371 if ((features & NETIF_F_GSO_UDP_TUNNEL) && !udp_tunnel) in xgbe_set_features()2373 else if (!(features & NETIF_F_GSO_UDP_TUNNEL) && udp_tunnel) in xgbe_set_features()
10100 struct bnx2x_udp_tunnel *udp_tunnel; in bnx2x_udp_port_update() local10118 udp_tunnel = &bp->udp_tunnel_ports[BNX2X_UDP_PORT_GENEVE]; in bnx2x_udp_port_update()10119 geneve_port = udp_tunnel->dst_port; in bnx2x_udp_port_update()10124 udp_tunnel = &bp->udp_tunnel_ports[BNX2X_UDP_PORT_VXLAN]; in bnx2x_udp_port_update()10125 vxlan_port = udp_tunnel->dst_port; in bnx2x_udp_port_update()