NETIF_F_UFO 4051 net/core/dev.c if (dev->features & NETIF_F_UFO) { NETIF_F_UFO 4056 net/core/dev.c dev->features &= ~NETIF_F_UFO; NETIF_F_UFO 4062 net/core/dev.c dev->features &= ~NETIF_F_UFO; NETIF_F_UFO 100 net/core/ethtool.c return (dev->features & NETIF_F_UFO) != 0; NETIF_F_UFO 106 net/core/ethtool.c dev->features |= NETIF_F_UFO; NETIF_F_UFO 108 net/core/ethtool.c dev->features &= ~NETIF_F_UFO; NETIF_F_UFO 859 net/ipv4/ip_output.c (rt->u.dst.dev->features & NETIF_F_UFO)) { NETIF_F_UFO 1100 net/ipv4/ip_output.c (rt->u.dst.dev->features & NETIF_F_UFO)) { NETIF_F_UFO 1207 net/ipv6/ip6_output.c (rt->u.dst.dev->features & NETIF_F_UFO)) {