Searched refs:udp_tunnel (Results 1 – 3 of 3) sorted by relevance
32 obj-$(CONFIG_NET_UDP_TUNNEL) += udp_tunnel.o
2339 netdev_features_t udp_tunnel; in xgbe_set_features() local2346 udp_tunnel = pdata->netdev_features & NETIF_F_GSO_UDP_TUNNEL; in xgbe_set_features()2370 if ((features & NETIF_F_GSO_UDP_TUNNEL) && !udp_tunnel) in xgbe_set_features()2372 else if (!(features & NETIF_F_GSO_UDP_TUNNEL) && udp_tunnel) in xgbe_set_features()
10136 struct bnx2x_udp_tunnel *udp_tunnel; in bnx2x_udp_port_update() local10154 udp_tunnel = &bp->udp_tunnel_ports[BNX2X_UDP_PORT_GENEVE]; in bnx2x_udp_port_update()10155 geneve_port = udp_tunnel->dst_port; in bnx2x_udp_port_update()10160 udp_tunnel = &bp->udp_tunnel_ports[BNX2X_UDP_PORT_VXLAN]; in bnx2x_udp_port_update()10161 vxlan_port = udp_tunnel->dst_port; in bnx2x_udp_port_update()