Home
last modified time | relevance | path

Searched refs:NETIF_F_RX_UDP_TUNNEL_PORT (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/include/net/
Dudp_tunnel.h136 if (!(dev->features & NETIF_F_RX_UDP_TUNNEL_PORT)) in udp_tunnel_get_rx_info()
144 if (!(dev->features & NETIF_F_RX_UDP_TUNNEL_PORT)) in udp_tunnel_drop_rx_info()
333 if (!(dev->features & NETIF_F_RX_UDP_TUNNEL_PORT)) in udp_tunnel_nic_add_port()
342 if (!(dev->features & NETIF_F_RX_UDP_TUNNEL_PORT)) in udp_tunnel_nic_del_port()
/Linux-v6.6/include/linux/
Dnetdev_features.h158 #define NETIF_F_RX_UDP_TUNNEL_PORT __NETIF_F(RX_UDP_TUNNEL_PORT) macro
/Linux-v6.6/net/core/
Ddev.c9852 if (diff & NETIF_F_RX_UDP_TUNNEL_PORT) { in __netdev_update_features()
9860 if (features & NETIF_F_RX_UDP_TUNNEL_PORT) { in __netdev_update_features()
10125 dev->features |= NETIF_F_RX_UDP_TUNNEL_PORT; in register_netdevice()
10126 dev->hw_features |= NETIF_F_RX_UDP_TUNNEL_PORT; in register_netdevice()
/Linux-v6.6/drivers/net/ethernet/amd/xgbe/
Dxgbe-drv.c2189 vxlan_base = NETIF_F_GSO_UDP_TUNNEL | NETIF_F_RX_UDP_TUNNEL_PORT; in xgbe_fix_features()