Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
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()
/kernel/linux/linux-5.10/include/linux/
Dnetdev_features.h152 #define NETIF_F_RX_UDP_TUNNEL_PORT __NETIF_F(RX_UDP_TUNNEL_PORT) macro
/kernel/linux/linux-5.10/net/core/
Ddev.c9699 if (diff & NETIF_F_RX_UDP_TUNNEL_PORT) { in __netdev_update_features()
9707 if (features & NETIF_F_RX_UDP_TUNNEL_PORT) { in __netdev_update_features()
9981 dev->features |= NETIF_F_RX_UDP_TUNNEL_PORT; in register_netdevice()
9982 dev->hw_features |= NETIF_F_RX_UDP_TUNNEL_PORT; in register_netdevice()
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/xgbe/
Dxgbe-drv.c2196 vxlan_base = NETIF_F_GSO_UDP_TUNNEL | NETIF_F_RX_UDP_TUNNEL_PORT; in xgbe_fix_features()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/
D0005_linux_include.patch12244 #define NETIF_F_RX_UDP_TUNNEL_PORT __NETIF_F(RX_UDP_TUNNEL_PORT)