Home
last modified time | relevance | path

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

/linux/include/net/
H A Dudp_tunnel.h368 if (!(dev->features & NETIF_F_RX_UDP_TUNNEL_PORT)) in udp_tunnel_nic_add_port()
377 if (!(dev->features & NETIF_F_RX_UDP_TUNNEL_PORT)) in udp_tunnel_nic_del_port()
435 if (!(dev->features & NETIF_F_RX_UDP_TUNNEL_PORT)) in udp_tunnel_get_rx_info()
444 if (!(dev->features & NETIF_F_RX_UDP_TUNNEL_PORT)) in udp_tunnel_drop_rx_info()
/linux/include/linux/
H A Dnetdev_features.h155 #define NETIF_F_RX_UDP_TUNNEL_PORT __NETIF_F(RX_UDP_TUNNEL_PORT) macro
/linux/net/core/
H A Ddev.c10812 if (diff & NETIF_F_RX_UDP_TUNNEL_PORT) { in __netdev_update_features()
10821 if (features & NETIF_F_RX_UDP_TUNNEL_PORT) { in __netdev_update_features()
11154 dev->features |= NETIF_F_RX_UDP_TUNNEL_PORT; in register_netdevice()
11155 dev->hw_features |= NETIF_F_RX_UDP_TUNNEL_PORT; in register_netdevice()
/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-drv.c1906 vxlan_base = NETIF_F_GSO_UDP_TUNNEL | NETIF_F_RX_UDP_TUNNEL_PORT; in xgbe_fix_features()