Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dudp_tunnel_core.c94 !(dev->features & NETIF_F_RX_UDP_TUNNEL_PORT)) in udp_tunnel_push_rx_port()
112 !(dev->features & NETIF_F_RX_UDP_TUNNEL_PORT)) in udp_tunnel_drop_rx_port()
139 if (!(dev->features & NETIF_F_RX_UDP_TUNNEL_PORT)) in udp_tunnel_notify_add_rx_port()
163 if (!(dev->features & NETIF_F_RX_UDP_TUNNEL_PORT)) in udp_tunnel_notify_del_rx_port()
/OK3568_Linux_fs/kernel/include/linux/
H A Dnetdev_features.h152 #define NETIF_F_RX_UDP_TUNNEL_PORT __NETIF_F(RX_UDP_TUNNEL_PORT) macro
/OK3568_Linux_fs/kernel/net/core/
H A Ddev.c9697 if (diff & NETIF_F_RX_UDP_TUNNEL_PORT) { in __netdev_update_features()
9705 if (features & NETIF_F_RX_UDP_TUNNEL_PORT) { in __netdev_update_features()
9979 dev->features |= NETIF_F_RX_UDP_TUNNEL_PORT; in register_netdevice()
9980 dev->hw_features |= NETIF_F_RX_UDP_TUNNEL_PORT; in register_netdevice()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-drv.c2193 vxlan_base = NETIF_F_GSO_UDP_TUNNEL | NETIF_F_RX_UDP_TUNNEL_PORT; in xgbe_fix_features()