Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv4/
DMakefile32 obj-$(CONFIG_NET_UDP_TUNNEL) += udp_tunnel.o
/Linux-v5.4/drivers/net/ethernet/amd/xgbe/
Dxgbe-drv.c2339 netdev_features_t udp_tunnel; in xgbe_set_features() local
2346 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()
/Linux-v5.4/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c10136 struct bnx2x_udp_tunnel *udp_tunnel; in bnx2x_udp_port_update() local
10154 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()